Skip to content

Commit ef1e357

Browse files
committed
Allow nix 0.23.
1 parent bd58cf1 commit ef1e357

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
- Update Tokio to 1.x. [#55](https://github.com/rust-embedded/gpio-cdev/pull/55).

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ required-features = ["async-tokio"]
2222
[dependencies]
2323
bitflags = "1.3"
2424
libc = "0.2"
25-
nix = "0.22"
25+
nix = ">= 0.22, < 0.24"
2626
tokio = { version = "1", features = ["io-std", "net"], optional = true }
2727
futures = { version = "0.3", optional = true }
2828

0 commit comments

Comments
 (0)