diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-12-04 13:57:03 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-12-04 13:57:03 +0100 |
| commit | 2cba879afc01a795881d899e6fe538389c2dfdc4 (patch) | |
| tree | 78d68263deb961803db489b9aeda279ee81650d0 /examples/boot/application/rp | |
| parent | 52fabbfb46bf79abad076ebfae561a1167e5a698 (diff) | |
| parent | 03325ea81be84a0472fe66d743afb064eed6b904 (diff) | |
Merge pull request #2247 from embassy-rs/update-embedded-storage
update embedded-storage{,-async}, remove patch.
Diffstat (limited to 'examples/boot/application/rp')
| -rw-r--r-- | examples/boot/application/rp/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/boot/application/rp/Cargo.toml b/examples/boot/application/rp/Cargo.toml index 3008552e3..54ec53b34 100644 --- a/examples/boot/application/rp/Cargo.toml +++ b/examples/boot/application/rp/Cargo.toml | |||
| @@ -20,7 +20,7 @@ embedded-hal = { version = "0.2.6" } | |||
| 20 | 20 | ||
| 21 | cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] } | 21 | cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] } |
| 22 | cortex-m-rt = "0.7.0" | 22 | cortex-m-rt = "0.7.0" |
| 23 | embedded-storage = "0.3.0" | 23 | embedded-storage = "0.3.1" |
| 24 | 24 | ||
| 25 | [features] | 25 | [features] |
| 26 | default = ["panic-reset"] | 26 | default = ["panic-reset"] |
