summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDiego Barrios Romero <eldruin@gmail.com>2018-11-07 20:23:39 +0100
committerDiego Barrios Romero <eldruin@gmail.com>2018-11-07 20:23:39 +0100
commit72c3a3d5cd5fb90452640ad2d218f8cdac596f68 (patch)
tree4b9cad3b352e28eb5233927070df4bc3a3527634 /Cargo.toml
parent8462b637f90f37f190d9b9bd6e03b2f9d59bd3f5 (diff)
downloadads1x1x-async-72c3a3d5cd5fb90452640ad2d218f8cdac596f68.tar.gz
ads1x1x-async-72c3a3d5cd5fb90452640ad2d218f8cdac596f68.tar.xz
ads1x1x-async-72c3a3d5cd5fb90452640ad2d218f8cdac596f68.zip
Update dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 53ed203..de102e3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"