diff options
author | Diego Barrios Romero <eldruin@gmail.com> | 2018-11-07 20:23:39 +0100 |
---|---|---|
committer | Diego Barrios Romero <eldruin@gmail.com> | 2018-11-07 20:23:39 +0100 |
commit | 72c3a3d5cd5fb90452640ad2d218f8cdac596f68 (patch) | |
tree | 4b9cad3b352e28eb5233927070df4bc3a3527634 /Cargo.toml | |
parent | 8462b637f90f37f190d9b9bd6e03b2f9d59bd3f5 (diff) | |
download | ads1x1x-async-72c3a3d5cd5fb90452640ad2d218f8cdac596f68.tar.gz ads1x1x-async-72c3a3d5cd5fb90452640ad2d218f8cdac596f68.tar.xz ads1x1x-async-72c3a3d5cd5fb90452640ad2d218f8cdac596f68.zip |
Update dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -24,7 +24,8 @@ branch = "master" repository = "eldruin/ads1x1x-rs" [dependencies] -embedded-hal = "0.2.2" +nb = "0.1" +embedded-hal = { version = "0.2.2", features = ["unproven"] } [dev-dependencies] linux-embedded-hal = "0.2" |