Skip to content

Commit 20e1156

Browse files
authored
ci: Bump MSRV to 1.57 (#472)
1 parent 4b04b44 commit 20e1156

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
fail-fast: false
100100
matrix:
101101
os: [ubuntu-latest, macos-latest, windows-latest]
102-
rust: [1.54.0]
102+
rust: [1.57.0]
103103

104104
name: Check / Test MSRV on ${{ matrix.os }}
105105
runs-on: ${{ matrix.os }}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.27.0
4+
5+
**Breaking Changes**:
6+
7+
- The minium supported Rust version was bumped to **1.57.0** due to requirements from dependencies.
8+
39
## 0.26.0
410

511
**Breaking Changes**:

README.md

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

96-
The **Minimum Supported Rust Version** is currently at _1.54.0_.
96+
The **Minimum Supported Rust Version** is currently at _1.57.0_.
9797
The Sentry crates will support a _6 month_ old Rust version at time of release,
9898
and the MSRV will be increased in accordance with its dependencies.
9999

clippy.toml

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

0 commit comments

Comments
 (0)