mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
update to embedded-hal 1 (#879)
* update to eh1 * changelogs about embedded-hal 1.0
This commit is contained in:
parent
efb82b7b05
commit
af1b8e5d8b
6 changed files with 15 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue