Skip to content

Commit 74d6af3

Browse files
bors[bot]eldruin
andauthored
Merge #408
408: embedded-hal-nb updates r=Dirbaio a=eldruin A couple small updates Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
2 parents 416aa2b + c48868d commit 74d6af3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

embedded-hal-nb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ embedded-hal = { version = "=1.0.0-alpha.8", path = "../embedded-hal" }
1616
nb = "1"
1717

1818
[dev-dependencies.stm32f1]
19-
version = "0.14"
19+
version = "0.15"
2020
features = ["stm32f103", "rt"]

embedded-hal-nb/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
//! when paired with the macros in the `nb` crate, can operate in a blocking manner, or be adapted
3030
//! to other asynchronous execution schemes.
3131
//!
32-
//! [`WouldBlock`]: https://docs.rs/nb/0.1.0/nb/enum.Error.html
32+
//! [`WouldBlock`]: https://docs.rs/nb/1.0.0/nb/enum.Error.html
3333
//!
3434
//! Some traits, like the one shown below, may expose possibly blocking APIs that can't fail. In
3535
//! those cases `nb::Result<_, Infallible>` is used.

0 commit comments

Comments
 (0)