diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-09-11 00:10:46 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-09-11 01:35:23 +0200 |
| commit | f2623e7e9b03bc6539827e8c9d1a9cb6dd7ede2e (patch) | |
| tree | b2b97c894dc78a907455a6718b9122d461ec87e5 /examples/stm32f0 | |
| parent | 9082e5f6c5982e7d220f54c8e64e0dd27c6c579d (diff) | |
Update lots of deps
Diffstat (limited to 'examples/stm32f0')
| -rw-r--r-- | examples/stm32f0/Cargo.toml | 8 |
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] |
| 11 | cortex-m = { version = "0.7.1", features = ["inline-asm"] } | 11 | cortex-m = { version = "0.7.3", features = ["inline-asm"] } |
| 12 | cortex-m-rt = "0.7.0" | 12 | cortex-m-rt = "0.7.0" |
| 13 | defmt = "0.2.0" | 13 | defmt = "0.2.3" |
| 14 | defmt-rtt = "0.2.0" | 14 | defmt-rtt = "0.2.0" |
| 15 | panic-probe = { version = "0.2.0" } | 15 | panic-probe = "0.2.0" |
| 16 | rtt-target = { version = "0.3", features = ["cortex-m"] } | 16 | rtt-target = { version = "0.3.1", features = ["cortex-m"] } |
| 17 | embassy = { path = "../../embassy", features = ["defmt"] } | 17 | embassy = { path = "../../embassy", features = ["defmt"] } |
| 18 | embassy-stm32 = { path = "../../embassy-stm32", features = ["defmt", "stm32f030f4", "time-driver-tim3"] } | 18 | embassy-stm32 = { path = "../../embassy-stm32", features = ["defmt", "stm32f030f4", "time-driver-tim3"] } |
| 19 | 19 | ||
