File tree 4 files changed +9
-3
lines changed 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 99
99
fail-fast : false
100
100
matrix :
101
101
os : [ubuntu-latest, macos-latest, windows-latest]
102
- rust : [1.54 .0]
102
+ rust : [1.57 .0]
103
103
104
104
name : Check / Test MSRV on ${{ matrix.os }}
105
105
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
9
## 0.26.0
4
10
5
11
** Breaking Changes** :
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ best API and adding new features.
93
93
We currently only verify this crate against a recent version of Sentry hosted on [ sentry.io] ( https://sentry.io/ ) but it
94
94
should work with on-prem Sentry versions 20.6 and later.
95
95
96
- The ** Minimum Supported Rust Version** is currently at _ 1.54 .0_ .
96
+ The ** Minimum Supported Rust Version** is currently at _ 1.57 .0_ .
97
97
The Sentry crates will support a _ 6 month_ old Rust version at time of release,
98
98
and the MSRV will be increased in accordance with its dependencies.
99
99
Original file line number Diff line number Diff line change 1
- msrv = " 1.54 "
1
+ msrv = " 1.57 "
You can’t perform that action at this time.
0 commit comments