Update i2cdev requirement from 0.4.4 to 0.5.1
Updates the requirements on [i2cdev](https://github.com/rust-embedded/rust-i2cdev) to permit the latest version. - [Release notes](https://github.com/rust-embedded/rust-i2cdev/releases) - [Changelog](https://github.com/rust-embedded/rust-i2cdev/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-embedded/rust-i2cdev/compare/0.4.4...0.5.1) --- updated-dependencies: - dependency-name: i2cdev dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
17c9a709d2
commit
c29d609545
1 changed files with 1 additions and 1 deletions
|
@ -19,5 +19,5 @@ default-features = false
|
||||||
version = "0.31.2"
|
version = "0.31.2"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
i2cdev = "0.4.4"
|
i2cdev = "0.5.1"
|
||||||
linux-embedded-hal = "0.3.0"
|
linux-embedded-hal = "0.3.0"
|
||||||
|
|
Loading…
Reference in a new issue