diff options
Diffstat (limited to 'examples/rp/Cargo.toml')
| -rw-r--r-- | examples/rp/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/rp/Cargo.toml b/examples/rp/Cargo.toml index 1012a8b5f..e0e0d8a78 100644 --- a/examples/rp/Cargo.toml +++ b/examples/rp/Cargo.toml | |||
| @@ -38,10 +38,10 @@ smart-leds = "0.3.0" | |||
| 38 | heapless = "0.8" | 38 | heapless = "0.8" |
| 39 | usbd-hid = "0.6.1" | 39 | usbd-hid = "0.6.1" |
| 40 | 40 | ||
| 41 | embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-rc.1" } | 41 | embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-rc.2" } |
| 42 | embedded-hal-async = "1.0.0-rc.1" | 42 | embedded-hal-async = "1.0.0-rc.2" |
| 43 | embedded-hal-bus = { version = "0.1.0-rc.1", features = ["async"] } | 43 | embedded-hal-bus = { version = "0.1.0-rc.2", features = ["async"] } |
| 44 | embedded-io-async = { version = "0.6.0", features = ["defmt-03"] } | 44 | embedded-io-async = { version = "0.6.1", features = ["defmt-03"] } |
| 45 | embedded-storage = { version = "0.3" } | 45 | embedded-storage = { version = "0.3" } |
| 46 | static_cell = { version = "2", features = ["nightly"]} | 46 | static_cell = { version = "2", features = ["nightly"]} |
| 47 | portable-atomic = { version = "1.5", features = ["critical-section"] } | 47 | portable-atomic = { version = "1.5", features = ["critical-section"] } |
