Skip to content

Commit cbbec45

Browse files
authored
Merge pull request #30 from m-ou-se/upgrade-nix-0-20
Update to nix 0.20.
2 parents 86b33c0 + 1606eca commit cbbec45

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

.github/bors.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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+
]

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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]

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ half-duplex SPI access, and full-duplex SPI access.
1818
[dependencies]
1919
libc = "0.2"
2020
bitflags = "1.0"
21-
nix = "0.14"
21+
nix = "0.20"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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*
8080
compile with older versions but that may change in any new patch release.
8181

8282
## Cross Compiling

0 commit comments

Comments
 (0)