diff options
| author | datdenkikniet <jcdra1@gmail.com> | 2023-04-23 16:34:18 +0200 |
|---|---|---|
| committer | datdenkikniet <jcdra1@gmail.com> | 2023-04-23 17:31:51 +0200 |
| commit | 9eae3ed4befe6bbc7a9dd7c6e42f9a3bc0099b6e (patch) | |
| tree | abefda6f74e45652186a0a83d1df1e7c061a2202 /rtic-monotonics/Cargo.toml | |
| parent | 688ba1cf5b777995b777f6ec9555b69cced5a218 (diff) | |
Update embedded-hal-async
Diffstat (limited to 'rtic-monotonics/Cargo.toml')
| -rw-r--r-- | rtic-monotonics/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtic-monotonics/Cargo.toml b/rtic-monotonics/Cargo.toml index 3c294ea..764abba 100644 --- a/rtic-monotonics/Cargo.toml +++ b/rtic-monotonics/Cargo.toml @@ -20,7 +20,7 @@ rustdoc-flags = ["--cfg", "docsrs"] [dependencies] rtic-time = { version = "1.0.0-alpha.1", path = "../rtic-time" } -embedded-hal-async = { version = "0.2.0-alpha.0", optional = true } +embedded-hal-async = { version = "0.2.0-alpha.1", optional = true } fugit = { version = "0.3.6" } atomic-polyfill = "1" cfg-if = "1.0.0" |
