aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wl55
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-09-11 01:43:43 +0200
committerGitHub <[email protected]>2021-09-11 01:43:43 +0200
commit200f881048a8193c490ff5906ebf320ac98a8331 (patch)
treeb2b97c894dc78a907455a6718b9122d461ec87e5 /examples/stm32wl55
parent9082e5f6c5982e7d220f54c8e64e0dd27c6c579d (diff)
parentf2623e7e9b03bc6539827e8c9d1a9cb6dd7ede2e (diff)
Merge pull request #392 from embassy-rs/update-deps
Update lots of deps
Diffstat (limited to 'examples/stm32wl55')
-rw-r--r--examples/stm32wl55/Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/examples/stm32wl55/Cargo.toml b/examples/stm32wl55/Cargo.toml
index 1bdfe9bc9..d0c727862 100644
--- a/examples/stm32wl55/Cargo.toml
+++ b/examples/stm32wl55/Cargo.toml
@@ -22,13 +22,13 @@ embassy-traits = { version = "0.1.0", path = "../../embassy-traits", features =
22embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["defmt", "defmt-trace", "stm32wl55jc_cm4", "time-driver-tim2", "memory-x", "subghz"] } 22embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["defmt", "defmt-trace", "stm32wl55jc_cm4", "time-driver-tim2", "memory-x", "subghz"] }
23embassy-hal-common = {version = "0.1.0", path = "../../embassy-hal-common" } 23embassy-hal-common = {version = "0.1.0", path = "../../embassy-hal-common" }
24 24
25defmt = "0.2.0" 25defmt = "0.2.3"
26defmt-rtt = "0.2.0" 26defmt-rtt = "0.2.0"
27 27
28cortex-m = "0.7.1" 28cortex-m = "0.7.3"
29cortex-m-rt = "0.7.0" 29cortex-m-rt = "0.7.0"
30embedded-hal = { version = "0.2.4" } 30embedded-hal = "0.2.6"
31panic-probe = { version = "0.2.0", features= ["print-defmt"] } 31panic-probe = { version = "0.2.0", features = ["print-defmt"] }
32futures = { version = "0.3.8", default-features = false, features = ["async-await"] } 32futures = { version = "0.3.17", default-features = false, features = ["async-await"] }
33rtt-target = { version = "0.3", features = ["cortex-m"] } 33rtt-target = { version = "0.3.1", features = ["cortex-m"] }
34heapless = { version = "0.7.1", default-features = false } 34heapless = { version = "0.7.5", default-features = false }