summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 19de2f0..c2852a0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ travis-ci = { repository = "eldruin/ads1x1x-rs", branch = "master" }
coveralls = { repository = "eldruin/ads1x1x-rs", branch = "master", service = "github" }
[dependencies]
-nb = "0.1"
+nb = "1"
embedded-hal = { version = "0.2.2", features = ["unproven"] }
[dev-dependencies]