diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-10-01 21:17:46 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-12-19 12:29:50 +0100 |
| commit | 62ed44f99af9e33d689c8308149f8f992176895f (patch) | |
| tree | ee9f4352e70815e97e424bb534c1c096242b9af0 /tests/mspm0/Cargo.toml | |
| parent | 3214021ed5ae17b96ac006c0f460e222502e411d (diff) | |
Update to embedded-io 0.7
Diffstat (limited to 'tests/mspm0/Cargo.toml')
| -rw-r--r-- | tests/mspm0/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mspm0/Cargo.toml b/tests/mspm0/Cargo.toml index df52b538d..56b027feb 100644 --- a/tests/mspm0/Cargo.toml +++ b/tests/mspm0/Cargo.toml | |||
| @@ -26,8 +26,8 @@ cortex-m = { version = "0.7.6", features = [ "inline-asm", "critical-section-sin | |||
| 26 | cortex-m-rt = "0.7.0" | 26 | cortex-m-rt = "0.7.0" |
| 27 | embedded-hal = { package = "embedded-hal", version = "1.0" } | 27 | embedded-hal = { package = "embedded-hal", version = "1.0" } |
| 28 | embedded-hal-async = { version = "1.0" } | 28 | embedded-hal-async = { version = "1.0" } |
| 29 | embedded-io = { version = "0.6.1", features = ["defmt-03"] } | 29 | embedded-io = { version = "0.7.1", features = ["defmt"] } |
| 30 | embedded-io-async = { version = "0.6.1", features = ["defmt-03"] } | 30 | embedded-io-async = { version = "0.7.0", features = ["defmt"] } |
| 31 | panic-probe = { version = "1.0.0", features = ["print-defmt"] } | 31 | panic-probe = { version = "1.0.0", features = ["print-defmt"] } |
| 32 | static_cell = "2" | 32 | static_cell = "2" |
| 33 | portable-atomic = { version = "1.5", features = ["critical-section"] } | 33 | portable-atomic = { version = "1.5", features = ["critical-section"] } |
