diff options
Diffstat (limited to 'tests/rp/Cargo.toml')
| -rw-r--r-- | tests/rp/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rp/Cargo.toml b/tests/rp/Cargo.toml index 4dfe6904e..375a613d2 100644 --- a/tests/rp/Cargo.toml +++ b/tests/rp/Cargo.toml | |||
| @@ -35,7 +35,7 @@ embedded-hal-1 = { package = "embedded-hal", version = "1.0" } | |||
| 35 | embedded-hal-async = { version = "1.0" } | 35 | embedded-hal-async = { version = "1.0" } |
| 36 | embedded-hal-bus = { version = "0.1", features = ["async"] } | 36 | embedded-hal-bus = { version = "0.1", features = ["async"] } |
| 37 | panic-probe = { version = "1.0.0", features = ["print-defmt"] } | 37 | panic-probe = { version = "1.0.0", features = ["print-defmt"] } |
| 38 | embedded-io-async = { version = "0.6.1" } | 38 | embedded-io-async = { version = "0.7.0" } |
| 39 | embedded-storage = { version = "0.3" } | 39 | embedded-storage = { version = "0.3" } |
| 40 | static_cell = "2" | 40 | static_cell = "2" |
| 41 | portable-atomic = { version = "1.5", features = ["critical-section"] } | 41 | portable-atomic = { version = "1.5", features = ["critical-section"] } |
