diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-09-29 09:29:33 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-09-29 09:29:33 +0000 |
| commit | 8b9f4ad259ebb2c4fd2258f1c12ac33a5a8f8976 (patch) | |
| tree | f573324f2449b68b7b1fef579b755a67dbb406d7 /tests | |
| parent | 77ece3f903735b50f265ddd43520c50e0f28c1a1 (diff) | |
| parent | 72c2e985bb481fbc2e138a8e98b9dbb27878f370 (diff) | |
Merge #988
988: Update embedded-hal versions and explicitly pin r=lulf a=lulf
Pinning to ensure CI don't accidentally break.
Co-authored-by: Ulf Lilleengen <[email protected]>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/rp/Cargo.toml | 4 | ||||
| -rw-r--r-- | tests/stm32/Cargo.toml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/rp/Cargo.toml b/tests/rp/Cargo.toml index 503373759..2745aef06 100644 --- a/tests/rp/Cargo.toml +++ b/tests/rp/Cargo.toml | |||
| @@ -16,8 +16,8 @@ defmt-rtt = "0.3.0" | |||
| 16 | cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] } | 16 | cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] } |
| 17 | cortex-m-rt = "0.7.0" | 17 | cortex-m-rt = "0.7.0" |
| 18 | embedded-hal = "0.2.6" | 18 | embedded-hal = "0.2.6" |
| 19 | embedded-hal-1 = { package = "embedded-hal", version = "1.0.0-alpha.8" } | 19 | embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-alpha.9" } |
| 20 | embedded-hal-async = { version = "0.1.0-alpha.1" } | 20 | embedded-hal-async = { version = "=0.1.0-alpha.2" } |
| 21 | panic-probe = { version = "0.3.0", features = ["print-defmt"] } | 21 | panic-probe = { version = "0.3.0", features = ["print-defmt"] } |
| 22 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } | 22 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } |
| 23 | embedded-io = { version = "0.3.0", features = ["async"] } | 23 | embedded-io = { version = "0.3.0", features = ["async"] } |
diff --git a/tests/stm32/Cargo.toml b/tests/stm32/Cargo.toml index d9cd3f120..daae3d464 100644 --- a/tests/stm32/Cargo.toml +++ b/tests/stm32/Cargo.toml | |||
| @@ -24,8 +24,8 @@ defmt-rtt = "0.3.0" | |||
| 24 | cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] } | 24 | cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] } |
| 25 | cortex-m-rt = "0.7.0" | 25 | cortex-m-rt = "0.7.0" |
| 26 | embedded-hal = "0.2.6" | 26 | embedded-hal = "0.2.6" |
| 27 | embedded-hal-1 = { package = "embedded-hal", version = "1.0.0-alpha.8" } | 27 | embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-alpha.9" } |
| 28 | embedded-hal-async = { version = "0.1.0-alpha.1" } | 28 | embedded-hal-async = { version = "=0.1.0-alpha.2" } |
| 29 | panic-probe = { version = "0.3.0", features = ["print-defmt"] } | 29 | panic-probe = { version = "0.3.0", features = ["print-defmt"] } |
| 30 | 30 | ||
| 31 | [profile.dev] | 31 | [profile.dev] |
