1
Fork 0

Merge pull request #43 from juliangaal/dependabot/cargo/i2cdev-0.5.1

Update i2cdev requirement from 0.4.4 to 0.5.1
This commit is contained in:
Julian Gaal 2022-11-02 23:34:23 +01:00 committed by GitHub
commit d76cedddbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,5 +19,5 @@ default-features = false
version = "0.31.2"
[dev-dependencies]
i2cdev = "0.4.4"
i2cdev = "0.5.1"
linux-embedded-hal = "0.3.0"