diff options
author | Ulf Lilleengen <lulf@redhat.com> | 2022-01-26 22:39:06 +0100 |
---|---|---|
committer | Ulf Lilleengen <lulf@redhat.com> | 2022-01-26 22:39:06 +0100 |
commit | 4032fc06556312eab27488f05efe1803ade47b45 (patch) | |
tree | 0b38343758741e5c4074e86da30867595501f9b6 /examples/stm32l0 | |
parent | cd36e3f7332d08865e670ca5b515d1c6efa1bf85 (diff) | |
download | embassy-4032fc06556312eab27488f05efe1803ade47b45.zip |
Support unstable-trait feature for stm32
Diffstat (limited to 'examples/stm32l0')
-rw-r--r-- | examples/stm32l0/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32l0/Cargo.toml b/examples/stm32l0/Cargo.toml index f101c15f..2c27e276 100644 --- a/examples/stm32l0/Cargo.toml +++ b/examples/stm32l0/Cargo.toml @@ -8,7 +8,7 @@ resolver = "2" [dependencies] embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt"] } embassy-traits = { version = "0.1.0", path = "../../embassy-traits", features = ["defmt"] } -embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["defmt", "stm32l072cz", "time-driver-any", "exti", "memory-x"] } +embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["defmt", "stm32l072cz", "time-driver-any", "exti", "unstable-traits", "memory-x"] } embassy-lora = { version = "0.1.0", path = "../../embassy-lora", features = ["sx127x", "time", "defmt"] } |