Skip to content

Commit 373bb6d

Browse files
chore(msrv): Increase MSRV to 1.88
1 parent 40651f8 commit 373bb6d

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Run tests with nextest
6565
run: cargo nextest run --profile ci --all-features --all-targets
66-
66+
6767
- name: Upload test results to Sentry Prevent
6868
if: ${{ !cancelled() && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) }}
6969
uses: getsentry/prevent-action@v0
@@ -76,7 +76,7 @@ jobs:
7676
fail-fast: false
7777
matrix:
7878
os: [ubuntu-latest, macos-latest, windows-latest]
79-
rust: [1.81.0]
79+
rust: [1.88.0]
8080

8181
name: Check / Test MSRV on ${{ matrix.os }}
8282
runs-on: ${{ matrix.os }}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
- Log HTTP 413 responses as oversized envelope discards in HTTP transports ([#966](https://github.com/getsentry/sentry-rust/pull/966))
88

9+
### Minimum Supported Rust Version
10+
11+
- Bump minimum supported Rust version to 1.88 ([#XXX](https://github.com/getsentry/sentry-rust/pull/XXX)).
12+
913
## 0.46.1
1014

1115
### Improvements

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ license = "MIT"
2323
repository = "https://github.com/getsentry/sentry-rust"
2424
homepage = "https://sentry.io/welcome/"
2525
edition = "2021"
26-
rust-version = "1.81"
26+
rust-version = "1.88"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ best API and adding new features.
9999
We currently only verify this crate against a recent version of Sentry hosted on [sentry.io](https://sentry.io/) but it
100100
should work with on-prem Sentry versions 20.6 and later.
101101

102-
The **Minimum Supported Rust Version** is currently at _1.81.0_.
102+
The **Minimum Supported Rust Version** is currently at _1.88.0_.
103103
The Sentry crates tries to support a _6 months_ old Rust version at time of release,
104104
and the MSRV will be increased in accordance with its dependencies.
105105

clippy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
msrv = "1.81.0"
1+
msrv = "1.88.0"

0 commit comments

Comments
 (0)