summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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"