File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed
Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 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
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 }}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ license = "MIT"
2323repository = " https://github.com/getsentry/sentry-rust"
2424homepage = " https://sentry.io/welcome/"
2525edition = " 2021"
26- rust-version = " 1.81 "
26+ rust-version = " 1.88 "
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ best API and adding new features.
9999We currently only verify this crate against a recent version of Sentry hosted on [ sentry.io] ( https://sentry.io/ ) but it
100100should 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_ .
103103The Sentry crates tries to support a _ 6 months_ old Rust version at time of release,
104104and the MSRV will be increased in accordance with its dependencies.
105105
Original file line number Diff line number Diff line change 1- msrv = " 1.81 .0"
1+ msrv = " 1.88 .0"
You can’t perform that action at this time.
0 commit comments