We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 317d300 commit 8250ca1Copy full SHA for 8250ca1
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
19
include:
20
# Test MSRV
21
- - rust: 1.50.0
+ - rust: 1.51.0
22
TARGET: x86_64-unknown-linux-gnu
23
24
# Test nightly but don't fail
README.md
@@ -35,7 +35,7 @@ These issues / PRs will be labeled as `proposal`s in the issue tracker.
35
36
## Minimum Supported Rust Version (MSRV)
37
38
-This crate is guaranteed to compile on stable Rust 1.50.0 and up. It *might*
+This crate is guaranteed to compile on stable Rust 1.51.0 and up. It _might_
39
compile with older versions but that may change in any new patch release.
40
41
## License
0 commit comments