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 fb22400 commit c7fc26eCopy full SHA for c7fc26e
CHANGELOG.md
@@ -12,7 +12,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
12
- Updated nix to version `0.25`.
13
- Updated nix to version `0.24`; only use the `ioctl` feature.
14
- Use `File.read_exact` instead of `File.read` in `LinuxI2CDevice.read` so that the buffer is filled.
15
-- Fix the lifetime parameter on LinuxI2CMessage to ensure that it does not outlive the buffer it points to.
+- Fix the lifetime parameter on `LinuxI2CMessage` to ensure that it does not outlive the buffer it points to.
16
- Updated MSRV to 1.60.0.
17
18
## [v0.5.1] - 2021-11-22
0 commit comments