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 = [
6
6
" ci-linux (stable, x86_64-unknown-linux-musl)" ,
7
7
" ci-linux (beta, x86_64-unknown-linux-gnu)" ,
8
8
" 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 12
12
strategy :
13
13
matrix :
14
14
# All published crates must build on stable.
15
- rust : [stable, beta, 1.31 .0]
15
+ rust : [stable, beta, 1.40 .0]
16
16
17
17
# The default target we're compiling on and for.
18
18
TARGET : [x86_64-unknown-linux-gnu, x86_64-unknown-linux-musl]
Original file line number Diff line number Diff line change 1
1
# Spidev Crate Changelog
2
2
3
+ ## Not yet released
4
+
5
+ - Nix bumped to 0.20
6
+ - Minimum supported rust version is now 1.40.0
7
+
3
8
## 0.4.1 / 2021-02-21
4
9
5
10
[ 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:
76
76
77
77
## Minimum Supported Rust Version (MSRV)
78
78
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*
80
80
compile with older versions but that may change in any new patch release.
81
81
82
82
## Cross Compiling
You can’t perform that action at this time.
0 commit comments