Skip to content

Commit a6d1f1f

Browse files
bors[bot]m-ou-se
andauthored
Merge #66
66: 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 3db19e9 + a3609de commit a6d1f1f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## [Unreleased]
1010

11+
- Updated nix to allow both version `0.22` or `0.23`.
12+
1113
## [v0.5.0] - 2021-09-21
1214

1315
- Updated `nix` to version `0.22`.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Provides API for safe access to Linux i2c device interface.
1818
libc = "0.2"
1919
bitflags = "1.3"
2020
byteorder = "1"
21-
nix = "0.22"
21+
nix = ">= 0.22, < 0.24"
2222

2323
[dev-dependencies]
2424
docopt = "1"

0 commit comments

Comments
 (0)