diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-08-14 23:16:06 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2022-08-17 19:01:56 +0200 |
| commit | 67edea41686084a444e1455d17d5482b10c54abd (patch) | |
| tree | e9d4cf483195fce6c8c34c514fc9a5e338771ce9 /tests | |
| parent | 16d0ae76782475c0f759c3310e068507a0a9f8ab (diff) | |
Update to critical-section 1.0, atomic-polyfill 1.0
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/rp/Cargo.toml | 2 | ||||
| -rw-r--r-- | tests/stm32/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/rp/Cargo.toml b/tests/rp/Cargo.toml index d19243b9d..d105f0e6e 100644 --- a/tests/rp/Cargo.toml +++ b/tests/rp/Cargo.toml | |||
| @@ -11,7 +11,7 @@ embassy-rp = { version = "0.1.0", path = "../../embassy-rp", features = ["nightl | |||
| 11 | defmt = "0.3.0" | 11 | defmt = "0.3.0" |
| 12 | defmt-rtt = "0.3.0" | 12 | defmt-rtt = "0.3.0" |
| 13 | 13 | ||
| 14 | cortex-m = "0.7.3" | 14 | cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] } |
| 15 | cortex-m-rt = "0.7.0" | 15 | cortex-m-rt = "0.7.0" |
| 16 | embedded-hal = "0.2.6" | 16 | embedded-hal = "0.2.6" |
| 17 | embedded-hal-1 = { package = "embedded-hal", version = "1.0.0-alpha.8" } | 17 | embedded-hal-1 = { package = "embedded-hal", version = "1.0.0-alpha.8" } |
diff --git a/tests/stm32/Cargo.toml b/tests/stm32/Cargo.toml index c1cca99d1..5fc67e130 100644 --- a/tests/stm32/Cargo.toml +++ b/tests/stm32/Cargo.toml | |||
| @@ -20,7 +20,7 @@ embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = [" | |||
| 20 | defmt = "0.3.0" | 20 | defmt = "0.3.0" |
| 21 | defmt-rtt = "0.3.0" | 21 | defmt-rtt = "0.3.0" |
| 22 | 22 | ||
| 23 | cortex-m = "0.7.3" | 23 | cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] } |
| 24 | cortex-m-rt = "0.7.0" | 24 | cortex-m-rt = "0.7.0" |
| 25 | embedded-hal = "0.2.6" | 25 | embedded-hal = "0.2.6" |
| 26 | embedded-hal-1 = { package = "embedded-hal", version = "1.0.0-alpha.8" } | 26 | embedded-hal-1 = { package = "embedded-hal", version = "1.0.0-alpha.8" } |
