summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md3
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9cc2c02..cd5f06e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,7 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
-...
+### Changed
+- Updated `nb` dependency to version `1`.
## [0.2.1] - 2020-06-22
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]