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 6cea8c1 commit e9e38e2Copy full SHA for e9e38e2
1 file changed
Cargo.toml
@@ -24,7 +24,8 @@ embassy-executor = { version = "0.9.0", features = [
24
"executor-thread",
25
] }
26
# Utilities for working with futures, compatible with no_std and not using alloc
27
-embassy-futures = { git = "https://github.com/embassy-rs/embassy", rev = "3e8d8fe", version = "0.1.2" }
+embassy-futures = "0.1.2"
28
+# STM32 HAL Implementation
29
embassy-stm32 = { version = "0.4.0", features = [
30
"defmt",
31
"exti",
0 commit comments