diff options
-rw-r--r-- | CHANGELOG.md | 3 | ||||
-rw-r--r-- | Cargo.toml | 2 |
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 @@ -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] |