forked from rust-embedded/rust-i2cdev
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
69: Release 0.5.1 r=ryankurte a=eldruin Co-authored-by: Diego Barrios Romero <[email protected]>
- Loading branch information
Showing
3 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
|
||
name = "i2cdev" | ||
version = "0.5.0" # remember to update html_root_url | ||
version = "0.5.1" | ||
authors = ["Paul Osborne <[email protected]>"] | ||
license = "MIT/Apache-2.0" | ||
repository = "https://github.com/rust-embedded/rust-i2cdev" | ||
|
@@ -18,8 +18,7 @@ Provides API for safe access to Linux i2c device interface. | |
libc = "0.2" | ||
bitflags = "1.3" | ||
byteorder = "1" | ||
nix = ">= 0.22, < 0.24" | ||
nix = "0.23" | ||
|
||
[dev-dependencies] | ||
docopt = "1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters