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.
1 parent 8b25b6b commit 0b89f8bCopy full SHA for 0b89f8b
.travis.yml
@@ -1,7 +1,7 @@
1
language: rust
2
sudo: false
3
rust:
4
- - 1.22.1
+ - 1.26.0 # MSRV
5
- stable
6
- beta
7
- nightly
README.md
@@ -74,6 +74,11 @@ The following features are implemented and planned for the library:
74
- [x] Support for configuring spidev device
75
- [ ] Support for querying spidev configuration state
76
77
+## Minimum Supported Rust Version (MSRV)
78
+
79
+This crate is guaranteed to compile on stable Rust 1.26 and up. It *might*
80
+compile with older versions but that may change in any new patch release.
81
82
## Cross Compiling
83
84
Most likely, the machine you are running on is not your development
0 commit comments