We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8017dcb commit 2a84e54Copy full SHA for 2a84e54
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
## [Unreleased]
4
5
-* Upgrade to embedded-hal v1.0.0-rc.3
+* Upgrade to embedded-hal v1.0 [#13]
6
7
## [v0.3.0] 2022-12-29
8
@@ -51,3 +51,4 @@
51
[#7]: https://github.com/stm32-rs/stm32-fmc/pull/7
52
[#8]: https://github.com/stm32-rs/stm32-fmc/pull/8
53
[#9]: https://github.com/stm32-rs/stm32-fmc/pull/9
54
+[#13]: https://github.com/stm32-rs/stm32-fmc/pull/13
Cargo.toml
@@ -24,7 +24,7 @@ version = "0.3"
24
optional = true
25
26
[dependencies]
27
-embedded-hal = { version = "=1.0.0-rc.3" }
+embedded-hal = { version = "1.0" }
28
29
[dev-dependencies]
30
paste = "1.0"
0 commit comments