File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 17
17
matrix :
18
18
rust :
19
19
- stable
20
- - 1.60 .0 # MSRV
20
+ - 1.62 .0 # MSRV
21
21
22
22
features :
23
23
- ' '
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Changed
11
+ - Raised MSRV to 1.62.0
12
+
10
13
## [ v1.1.0] - 2023-03-07
11
14
12
15
### Added
Original file line number Diff line number Diff line change 1
1
[ ![ crates.io] ( https://img.shields.io/crates/d/nb.svg )] ( https://crates.io/crates/nb )
2
2
[ ![ crates.io] ( https://img.shields.io/crates/v/nb.svg )] ( https://crates.io/crates/nb )
3
3
[ ![ Documentation] ( https://docs.rs/nb/badge.svg )] ( https://docs.rs/nb )
4
- ![ Minimum Supported Rust Version] ( https://img.shields.io/badge/rustc-1.60 +-blue.svg )
4
+ ![ Minimum Supported Rust Version] ( https://img.shields.io/badge/rustc-1.62 +-blue.svg )
5
5
6
6
# ` nb `
7
7
@@ -42,7 +42,7 @@ non-blocking models:
42
42
43
43
## Minimum Supported Rust Version (MSRV)
44
44
45
- This crate is guaranteed to compile on stable Rust 1.60 and up. It * might*
45
+ This crate is guaranteed to compile on stable Rust 1.62 and up. It * might*
46
46
compile with older versions but that may change in any new patch release.
47
47
48
48
## License
You can’t perform that action at this time.
0 commit comments