aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/bootloader/rp
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-12-04 13:47:21 +0100
committerDario Nieuwenhuis <[email protected]>2023-12-04 13:48:36 +0100
commit03325ea81be84a0472fe66d743afb064eed6b904 (patch)
tree78d68263deb961803db489b9aeda279ee81650d0 /examples/boot/bootloader/rp
parent52fabbfb46bf79abad076ebfae561a1167e5a698 (diff)
update embedded-storage{,-async}, remove patch.
Diffstat (limited to 'examples/boot/bootloader/rp')
-rw-r--r--examples/boot/bootloader/rp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/boot/bootloader/rp/Cargo.toml b/examples/boot/bootloader/rp/Cargo.toml
index 14297c7e4..18693f063 100644
--- a/examples/boot/bootloader/rp/Cargo.toml
+++ b/examples/boot/bootloader/rp/Cargo.toml
@@ -16,7 +16,7 @@ embassy-time = { path = "../../../../embassy-time", features = [] }
16 16
17cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] } 17cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] }
18cortex-m-rt = { version = "0.7" } 18cortex-m-rt = { version = "0.7" }
19embedded-storage = "0.3.0" 19embedded-storage = "0.3.1"
20embedded-storage-async = "0.4.0" 20embedded-storage-async = "0.4.0"
21cfg-if = "1.0.0" 21cfg-if = "1.0.0"
22 22