aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-08-19 17:11:38 +0200
committerDario Nieuwenhuis <[email protected]>2021-08-19 17:11:38 +0200
commitdaab542fc4160b4ecdbfc1070d410c59bde9bd69 (patch)
tree89c93d00f01b276c762aa127223265be3beada47
parentfe355af4f0c17e3612fbf89d19e551bdebd6dac9 (diff)
wl55: update to cortex-m-rt 0.7
-rw-r--r--examples/stm32wl55/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32wl55/Cargo.toml b/examples/stm32wl55/Cargo.toml
index ebbe8b847..a7313e33f 100644
--- a/examples/stm32wl55/Cargo.toml
+++ b/examples/stm32wl55/Cargo.toml
@@ -26,7 +26,7 @@ defmt = "0.2.0"
26defmt-rtt = "0.2.0" 26defmt-rtt = "0.2.0"
27 27
28cortex-m = "0.7.1" 28cortex-m = "0.7.1"
29cortex-m-rt = "0.6.14" 29cortex-m-rt = "0.7.0"
30embedded-hal = { version = "0.2.4" } 30embedded-hal = { version = "0.2.4" }
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.8", default-features = false, features = ["async-await"] }