File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
8
8
9
9
## [ Unreleased]
10
10
11
- - Updated nix to allow both version ` 0.22 ` or ` 0.23 ` .
11
+ - Updated nix to version ` 0.23 ` .
12
12
- Add PEC support for SMBus compatible adapters
13
13
- Add ` LinuxI2CDevice::force_new() ` to open the device without checking if the address is bound to a driver.
14
14
@@ -24,4 +24,3 @@ The changelog for previous versions was not recorded.
24
24
25
25
[ Unreleased ] : https://github.com/rust-embedded/rust-i2cdev/compare/0.5.0...HEAD
26
26
[ v0.5.0 ] : https://github.com/rust-embedded/rust-i2cdev/compare/0.4.0...0.5.0
27
-
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Provides API for safe access to Linux i2c device interface.
18
18
libc = " 0.2"
19
19
bitflags = " 1.3"
20
20
byteorder = " 1"
21
- nix = " >= 0.22, < 0.24 "
21
+ nix = " 0.23 "
22
22
23
23
[dev-dependencies ]
24
24
docopt = " 1"
You can’t perform that action at this time.
0 commit comments