Skip to content

Commit f257420

Browse files
bors[bot]m-ou-se
andauthored
Merge #33
33: Allow Nix 0.23 r=eldruin a=m-ou-se This crate compiles fine with nix 0.23 too. This change allows both nix 0.22 and 0.23 as dependency. Co-authored-by: Mara Bos <m-ou.se@m-ou.se>
2 parents f6ea765 + 57da0ab commit f257420

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.5.0...HEAD)
66

7+
- Updated nix to allow both version `0.22` or `0.23`.
8+
79
## 0.5.0 / 2021-09-21
810

911
[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.4.1...0.5.0)

Cargo.toml

+1-1
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.3"
21-
nix = "0.22"
21+
nix = ">= 0.22, < 0.24"

0 commit comments

Comments
 (0)