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 02f92d5 + 15cb71d commit 02b0658Copy full SHA for 02b0658
.travis.yml
@@ -3,6 +3,7 @@ sudo: false
3
4
rust:
5
- stable
6
+ # MSRV
7
- 1.26.2
8
9
script:
README.md
@@ -96,6 +96,11 @@ implemented in Rust (a modern systems programming language operating at the same
96
level as C but with a type system providing greater productivity and
97
reliability) and seeks to operate with a minimum of overhead.
98
99
+## Minimum Supported Rust Version (MSRV)
100
+
101
+This crate is guaranteed to compile on stable Rust 1.26.2 and up. It *might*
102
+compile with older versions but that may change in any new patch release.
103
104
## Contributing
105
106
Contributions are very welcome. See [CONTRIBUTING.md](CONTRINBUTING.md) for
0 commit comments