Skip to content

Commit b46d300

Browse files
bors[bot]eldruin
andauthored
Merge #234
234: Use nb 1.0 r=eldruin a=eldruin 🎉 Co-authored-by: Diego Barrios Romero <[email protected]>
2 parents c2f15c6 + e09d57b commit b46d300

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111
### Changed
1212
- The method `try_write` from the trait `blocking::i2c::WriteIter` trait
1313
has been renamed `try_write_iter` for consistency.
14+
- Updated `nb` dependency to version `1`.
1415

1516
## [v1.0.0-alpha.1] - 2020-06-16
1617

@@ -28,7 +29,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2829
- Void has been replaced with `core::convert::Infallible` which should be used
2930
in trait implementations where methods cannot fail.
3031
- A new [process](https://github.com/rust-embedded/embedded-hal#how-to-add-a-new-trait)
31-
has been adopted for the addition of traits to the embedded-hal.
32+
has been adopted for the addition of traits to the embedded-hal.
3233
- The minimum supported Rust version is 1.35 due to [this issue](https://github.com/rust-lang/rust/issues/54973).
3334

3435
## [v0.2.3] - 2019-05-09

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repository = "https://github.com/rust-embedded/embedded-hal"
1515
version = "1.0.0-alpha.1"
1616

1717
[dependencies]
18-
nb = { version = "0.1.1", features = ["unstable"] }
18+
nb = "1"
1919

2020
[dev-dependencies]
2121
stm32f3 = { version = "0.8", features = ["stm32f303", "rt"] }

0 commit comments

Comments
 (0)