File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
11
11
### Changed
12
12
- The method ` try_write ` from the trait ` blocking::i2c::WriteIter ` trait
13
13
has been renamed ` try_write_iter ` for consistency.
14
+ - Updated ` nb ` dependency to version ` 1 ` .
14
15
15
16
## [ v1.0.0-alpha.1] - 2020-06-16
16
17
@@ -28,7 +29,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
28
29
- Void has been replaced with ` core::convert::Infallible ` which should be used
29
30
in trait implementations where methods cannot fail.
30
31
- 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.
32
33
- The minimum supported Rust version is 1.35 due to [ this issue] ( https://github.com/rust-lang/rust/issues/54973 ) .
33
34
34
35
## [ v0.2.3] - 2019-05-09
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ repository = "https://github.com/rust-embedded/embedded-hal"
15
15
version = " 1.0.0-alpha.1"
16
16
17
17
[dependencies ]
18
- nb = { version = " 0.1.1 " , features = [ " unstable " ] }
18
+ nb = " 1 "
19
19
20
20
[dev-dependencies ]
21
21
stm32f3 = { version = " 0.8" , features = [" stm32f303" , " rt" ] }
You can’t perform that action at this time.
0 commit comments