diff options
| author | Diego Barrios Romero <eldruin@gmail.com> | 2020-12-01 07:24:39 +0100 | 
|---|---|---|
| committer | Diego Barrios Romero <eldruin@gmail.com> | 2020-12-01 07:24:39 +0100 | 
| commit | 2a0cd296790cd8c4b8e58c1dd8a24301a1a8e3f2 (patch) | |
| tree | 7c2a5785f620886f202f9aa5dd3346c500f2954a | |
| parent | 2095e622d7e611493794800d50d3f8e548236ff7 (diff) | |
| download | ads1x1x-async-2a0cd296790cd8c4b8e58c1dd8a24301a1a8e3f2.tar.gz ads1x1x-async-2a0cd296790cd8c4b8e58c1dd8a24301a1a8e3f2.tar.xz ads1x1x-async-2a0cd296790cd8c4b8e58c1dd8a24301a1a8e3f2.zip | |
Update nb dependency
| -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] | 
