aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f0
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-09-11 00:10:46 +0200
committerDario Nieuwenhuis <[email protected]>2021-09-11 01:35:23 +0200
commitf2623e7e9b03bc6539827e8c9d1a9cb6dd7ede2e (patch)
treeb2b97c894dc78a907455a6718b9122d461ec87e5 /examples/stm32f0
parent9082e5f6c5982e7d220f54c8e64e0dd27c6c579d (diff)
Update lots of deps
Diffstat (limited to 'examples/stm32f0')
-rw-r--r--examples/stm32f0/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/stm32f0/Cargo.toml b/examples/stm32f0/Cargo.toml
index d37391e4f..2db98488d 100644
--- a/examples/stm32f0/Cargo.toml
+++ b/examples/stm32f0/Cargo.toml
@@ -8,12 +8,12 @@ resolver = "2"
8# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 8# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
9 9
10[dependencies] 10[dependencies]
11cortex-m = { version = "0.7.1", features = ["inline-asm"] } 11cortex-m = { version = "0.7.3", features = ["inline-asm"] }
12cortex-m-rt = "0.7.0" 12cortex-m-rt = "0.7.0"
13defmt = "0.2.0" 13defmt = "0.2.3"
14defmt-rtt = "0.2.0" 14defmt-rtt = "0.2.0"
15panic-probe = { version = "0.2.0" } 15panic-probe = "0.2.0"
16rtt-target = { version = "0.3", features = ["cortex-m"] } 16rtt-target = { version = "0.3.1", features = ["cortex-m"] }
17embassy = { path = "../../embassy", features = ["defmt"] } 17embassy = { path = "../../embassy", features = ["defmt"] }
18embassy-stm32 = { path = "../../embassy-stm32", features = ["defmt", "stm32f030f4", "time-driver-tim3"] } 18embassy-stm32 = { path = "../../embassy-stm32", features = ["defmt", "stm32f030f4", "time-driver-tim3"] }
19 19