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).
88
99## [ Unreleased]
1010
11- - Updated nix to allow both version ` 0.22 ` or ` 0.23 ` .
11+ - Updated nix to version ` 0.23 ` .
1212- Add PEC support for SMBus compatible adapters
1313- Add ` LinuxI2CDevice::force_new() ` to open the device without checking if the address is bound to a driver.
1414
@@ -24,4 +24,3 @@ The changelog for previous versions was not recorded.
2424
2525[ Unreleased ] : https://github.com/rust-embedded/rust-i2cdev/compare/0.5.0...HEAD
2626[ 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.
1818libc = " 0.2"
1919bitflags = " 1.3"
2020byteorder = " 1"
21- nix = " >= 0.22, < 0.24 "
21+ nix = " 0.23 "
2222
2323[dev-dependencies ]
2424docopt = " 1"
You can’t perform that action at this time.
0 commit comments