diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2023-08-20 13:00:33 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2023-08-20 11:03:35 +0000 |
| commit | df66163aceb1128686e9efcf77d6e3e8520f86b3 (patch) | |
| tree | d9ea40d2fac7cdc5a079d9da530179304ea2a830 /rtic-monotonics/Cargo.toml | |
| parent | 2aa71ff6f53818d9eb3309088d7bcbd104f20e9e (diff) | |
Bump embedded-hal-async in rtic-monotonics
Diffstat (limited to 'rtic-monotonics/Cargo.toml')
| -rw-r--r-- | rtic-monotonics/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rtic-monotonics/Cargo.toml b/rtic-monotonics/Cargo.toml index 6af6df0..b88b088 100644 --- a/rtic-monotonics/Cargo.toml +++ b/rtic-monotonics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtic-monotonics" -version = "1.0.0" +version = "1.0.1" edition = "2021" authors = [ @@ -20,7 +20,7 @@ rustdoc-flags = ["--cfg", "docsrs"] [dependencies] rtic-time = { version = "1.0.0", path = "../rtic-time" } -embedded-hal-async = { version = "0.2.0-alpha.1", optional = true } +embedded-hal-async = { version = "1.0.0-rc.1", optional = true } fugit = { version = "0.3.6" } atomic-polyfill = "1" cfg-if = "1.0.0" |
