We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7818032 commit 9f5292aCopy full SHA for 9f5292a
CHANGELOG.md
@@ -8,6 +8,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
8
9
## [Unreleased]
10
11
+- Updated nix to version `0.24`; only use the `ioctl` feature.
12
13
## [v0.5.1] - 2021-11-22
14
Cargo.toml
@@ -18,7 +18,7 @@ Provides API for safe access to Linux i2c device interface.
18
libc = "0.2"
19
bitflags = "1.3"
20
byteorder = "1"
21
-nix = "0.23"
+nix = { version = "0.24", default-features = false, features = ["ioctl"] }
22
23
[dev-dependencies]
24
docopt = "1"
0 commit comments