Releases: rust-embedded/rust-i2cdev
Releases · rust-embedded/rust-i2cdev
Release 0.6.0
- Hide nix from the public API such that it can be updated without resulting in a breaking change.
- Updated nix to version
0.26; only use theioctlfeature. - Updated
bitflagsto version2.3. - Use
File.read_exactinstead ofFile.readinLinuxI2CDevice.readso that the buffer is filled. - Fix the lifetime parameter on
LinuxI2CMessageto ensure that it does not outlive the buffer it points to. - Updated MSRV to 1.60.0.
Release 0.5.1
- Add PEC support for SMBus compatible adapters.
- Add
LinuxI2CDevice::force_new()to open the device without checking if the address is bound to a driver. - Updated nix to version
0.23.
Release 0.5.0
- Updated
nixto version0.22. - Updated
bitflagsto version1.3. - Updated MSRV to version 1.46.0.