update to embedded-hal 1 (#879)

* update to eh1

* changelogs about embedded-hal 1.0
This commit is contained in:
Andres Vahter 2024-01-10 21:15:07 +02:00 committed by GitHub
parent efb82b7b05
commit af1b8e5d8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 15 additions and 7 deletions

View file

@ -11,6 +11,8 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
### Changed
- Using `embedded-hal` 1.0.
### Fixed
## v1.2.0 - 2023-12-06

View file

@ -23,8 +23,8 @@ futures-util = { version = "0.3.25", default-features = false }
rtic-common = { version = "1.0.0", path = "../rtic-common" }
[dev-dependencies]
embedded-hal = { version = "1.0.0-rc.2" }
embedded-hal-async = { version = "1.0.0-rc.2" }
embedded-hal = { version = "1.0" }
embedded-hal-async = { version = "1.0" }
fugit = "0.3.7"
parking_lot = "0.12"
cassette = "0.2"