Skip to content

Commit e9e38e2

Browse files
Change embassy-futures to version 0.1.2 (#11)
Updated embassy-futures dependency to use version instead of git.
1 parent 6cea8c1 commit e9e38e2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ embassy-executor = { version = "0.9.0", features = [
2424
"executor-thread",
2525
] }
2626
# 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" }
27+
embassy-futures = "0.1.2"
28+
# STM32 HAL Implementation
2829
embassy-stm32 = { version = "0.4.0", features = [
2930
"defmt",
3031
"exti",

0 commit comments

Comments
 (0)