From af1b8e5d8b3974d87067d4224f4ef71177ca5c4d Mon Sep 17 00:00:00 2001 From: Andres Vahter Date: Wed, 10 Jan 2024 21:15:07 +0200 Subject: update to embedded-hal 1 (#879) * update to eh1 * changelogs about embedded-hal 1.0 --- rtic-monotonics/CHANGELOG.md | 4 ++++ rtic-monotonics/Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'rtic-monotonics') diff --git a/rtic-monotonics/CHANGELOG.md b/rtic-monotonics/CHANGELOG.md index 7fb311d..ecef553 100644 --- a/rtic-monotonics/CHANGELOG.md +++ b/rtic-monotonics/CHANGELOG.md @@ -7,6 +7,10 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top! ## Unreleased +### Changed + +- Using `embedded-hal` 1.0. + ## v1.4.1 - 2023-12-06 ### Fixed 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" -- cgit v1.2.3