File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
matrix :
15
15
rust :
16
16
# MSRV
17
- - 1.51 .0
17
+ - 1.60 .0
18
18
- stable
19
19
os : [ubuntu-latest, macos-latest, windows-latest]
20
20
experimental : [false]
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
9
10
10
### Changed
11
11
12
- - MSRV Changed to 1.51
12
+ - MSRV Changed to 1.60
13
13
- Bump ` rust-cfg ` to 0.5 and ` cargo_metadata ` to 0.15
14
14
15
15
### Fixed
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ linker = "rust-lld"
209
209
210
210
## Minimum Supported Rust Version (MSRV)
211
211
212
- This crate is guaranteed to compile on stable Rust 1.51 .0 and up. It * might*
212
+ This crate is guaranteed to compile on stable Rust 1.60 .0 and up. It * might*
213
213
compile with older versions but that may change in any new patch release.
214
214
215
215
## License
You can’t perform that action at this time.
0 commit comments