Skip to content

Commit

Permalink
Merge pull request #30 from m-ou-se/upgrade-nix-0-20
Browse files Browse the repository at this point in the history
Update to nix 0.20.
  • Loading branch information
posborne authored May 6, 2021
2 parents 86b33c0 + 1606eca commit cbbec45
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/bors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ status = [
"ci-linux (stable, x86_64-unknown-linux-musl)",
"ci-linux (beta, x86_64-unknown-linux-gnu)",
"ci-linux (beta, x86_64-unknown-linux-musl)",
"ci-linux (1.31.0, x86_64-unknown-linux-gnu)",
"ci-linux (1.31.0, x86_64-unknown-linux-musl)",
]
"ci-linux (1.40.0, x86_64-unknown-linux-gnu)",
"ci-linux (1.40.0, x86_64-unknown-linux-musl)",
]
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
# All published crates must build on stable.
rust: [stable, beta, 1.31.0]
rust: [stable, beta, 1.40.0]

# The default target we're compiling on and for.
TARGET: [x86_64-unknown-linux-gnu, x86_64-unknown-linux-musl]
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Spidev Crate Changelog

## Not yet released

- Nix bumped to 0.20
- Minimum supported rust version is now 1.40.0

## 0.4.1 / 2021-02-21

[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.4.0...0.4.1)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ half-duplex SPI access, and full-duplex SPI access.
[dependencies]
libc = "0.2"
bitflags = "1.0"
nix = "0.14"
nix = "0.20"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The following features are implemented and planned for the library:

## Minimum Supported Rust Version (MSRV)

This crate is guaranteed to compile on stable Rust 1.31 and up. It *might*
This crate is guaranteed to compile on stable Rust 1.40 and up. It *might*
compile with older versions but that may change in any new patch release.

## Cross Compiling
Expand Down

0 comments on commit cbbec45

Please sign in to comment.