Skip to content

Commit 0b89f8b

Browse files
committed
Bump MSRV to 1.26.0 and Document Explicitly
1 parent 8b25b6b commit 0b89f8b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: rust
22
sudo: false
33
rust:
4-
- 1.22.1
4+
- 1.26.0 # MSRV
55
- stable
66
- beta
77
- nightly

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ The following features are implemented and planned for the library:
7474
- [x] Support for configuring spidev device
7575
- [ ] Support for querying spidev configuration state
7676

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+
7782
## Cross Compiling
7883

7984
Most likely, the machine you are running on is not your development

0 commit comments

Comments
 (0)