Skip to content

Commit 385ea5d

Browse files
bors[bot]rtzoeller
andauthored
Merge #71
71: Upgrade nix to 0.24, limit features r=eldruin a=rtzoeller This removes memoffset as an indirect dependency, and decreases clean build times by a few seconds. Co-authored-by: Ryan Zoeller <rtzoeller@rtzoeller.com>
2 parents 7818032 + 9f5292a commit 385ea5d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

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

99
## [Unreleased]
1010

11+
- Updated nix to version `0.24`; only use the `ioctl` feature.
1112

1213
## [v0.5.1] - 2021-11-22
1314

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.23"
21+
nix = { version = "0.24", default-features = false, features = ["ioctl"] }
2222

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

0 commit comments

Comments
 (0)