We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ffd2b98 + 6c90835 commit e2cf0ffCopy full SHA for e2cf0ff
.travis.yml
@@ -1,7 +1,8 @@
1
sudo: false
2
language: rust
3
+
4
rust:
- - 1.23.0 # oldest supported version
5
+ - 1.23.0 # MSRV
6
- stable
7
- beta
8
- nightly
README.md
@@ -58,6 +58,12 @@ fn main() {
58
}
59
```
60
61
+Minimum Supported Rust Version (MSRV)
62
+-------------------------------------
63
64
+This crate is guaranteed to compile on stable Rust 1.23.0 and up. It *might*
65
+compile with older versions but that may change in any new patch release.
66
67
License
68
-------
69
0 commit comments