File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ status = [
66 " ci-linux (stable, x86_64-unknown-linux-musl)" ,
77 " ci-linux (beta, x86_64-unknown-linux-gnu)" ,
88 " ci-linux (beta, x86_64-unknown-linux-musl)" ,
9- " ci-linux (1.31 .0, x86_64-unknown-linux-gnu)" ,
10- " ci-linux (1.31 .0, x86_64-unknown-linux-musl)" ,
11- ]
9+ " ci-linux (1.40 .0, x86_64-unknown-linux-gnu)" ,
10+ " ci-linux (1.40 .0, x86_64-unknown-linux-musl)" ,
11+ ]
Original file line number Diff line number Diff line change 1212 strategy :
1313 matrix :
1414 # All published crates must build on stable.
15- rust : [stable, beta, 1.31 .0]
15+ rust : [stable, beta, 1.40 .0]
1616
1717 # The default target we're compiling on and for.
1818 TARGET : [x86_64-unknown-linux-gnu, x86_64-unknown-linux-musl]
Original file line number Diff line number Diff line change 11# Spidev Crate Changelog
22
3+ ## Not yet released
4+
5+ - Nix bumped to 0.20
6+ - Minimum supported rust version is now 1.40.0
7+
38## 0.4.1 / 2021-02-21
49
510[ Full Changelog] ( https://github.com/rust-embedded/rust-spidev/compare/0.4.0...0.4.1 )
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ The following features are implemented and planned for the library:
7676
7777## Minimum Supported Rust Version (MSRV)
7878
79- This crate is guaranteed to compile on stable Rust 1.31 and up. It * might*
79+ This crate is guaranteed to compile on stable Rust 1.40 and up. It * might*
8080compile with older versions but that may change in any new patch release.
8181
8282## Cross Compiling
You can’t perform that action at this time.
0 commit comments