Skip to content

Commit eb55f84

Browse files
committed
Update link
1 parent 416aa2b commit eb55f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)