aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-03-10 23:38:47 +0000
committerGitHub <[email protected]>2022-03-10 23:38:47 +0000
commitdb8050b388187c6a13d008c3c3b5f260eecd3559 (patch)
tree3d54927ce409975c58dff4409b8a140a4b68abd1 /tests
parent828cdb295183b8733ec636a80e0d35e6f8e41827 (diff)
parent9bad9365dcf31dd558aca05f60d244beb9e5e697 (diff)
Merge #627
627: Update Rust nightly, embedded-hal 1.0, embedded-hal-async. r=Dirbaio a=Dirbaio Includes the SpiDevice/SpiBus split. https://github.com/rust-embedded/embedded-hal/pull/351 Includes the GAT where clause location change. https://github.com/rust-lang/rust/issues/89122 Co-authored-by: Dario Nieuwenhuis <[email protected]>
Diffstat (limited to 'tests')
-rw-r--r--tests/stm32/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stm32/Cargo.toml b/tests/stm32/Cargo.toml
index 041ec76ad..9893b0289 100644
--- a/tests/stm32/Cargo.toml
+++ b/tests/stm32/Cargo.toml
@@ -23,7 +23,7 @@ defmt-rtt = "0.3.0"
23cortex-m = "0.7.3" 23cortex-m = "0.7.3"
24cortex-m-rt = "0.7.0" 24cortex-m-rt = "0.7.0"
25embedded-hal = "0.2.6" 25embedded-hal = "0.2.6"
26embedded-hal-async = { version = "0.0.1", git = "https://github.com/embassy-rs/embedded-hal", branch = "embassy"} 26embedded-hal-async = { version = "0.0.1", git = "https://github.com/embassy-rs/embedded-hal", branch = "embassy2"}
27panic-probe = { version = "0.3.0", features = ["print-defmt"] } 27panic-probe = { version = "0.3.0", features = ["print-defmt"] }
28 28
29[profile.dev] 29[profile.dev]