aboutsummaryrefslogtreecommitdiff
path: root/rtic-monotonics/Cargo.toml
diff options
context:
space:
mode:
authorAndres Vahter <andres@vahter.me>2024-01-10 21:15:07 +0200
committerGitHub <noreply@github.com>2024-01-10 19:15:07 +0000
commitaf1b8e5d8b3974d87067d4224f4ef71177ca5c4d (patch)
tree7811688d20e8e0fb4d8829caa0e81a08395a5e98 /rtic-monotonics/Cargo.toml
parentefb82b7b05785352d0003b565f15e73ca4e656a1 (diff)
update to embedded-hal 1 (#879)
* update to eh1 * changelogs about embedded-hal 1.0
Diffstat (limited to 'rtic-monotonics/Cargo.toml')
-rw-r--r--rtic-monotonics/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtic-monotonics/Cargo.toml b/rtic-monotonics/Cargo.toml
index f85b3fe..dc19ee9 100644
--- a/rtic-monotonics/Cargo.toml
+++ b/rtic-monotonics/Cargo.toml
@@ -29,8 +29,8 @@ rustdoc-flags = ["--cfg", "docsrs"]
[dependencies]
rtic-time = { version = "1.1.0", path = "../rtic-time" }
-embedded-hal = { version = "1.0.0-rc.2" }
-embedded-hal-async = { version = "1.0.0-rc.2", optional = true }
+embedded-hal = { version = "1.0" }
+embedded-hal-async = { version = "1.0", optional = true }
fugit = { version = "0.3.6" }
atomic-polyfill = "1"
cfg-if = "1.0.0"