aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-03-08 01:26:45 +0000
committerGitHub <[email protected]>2023-03-08 01:26:45 +0000
commit969e85150c06a1bbd03de06db5ab3c917b2a1529 (patch)
treebfb2cb72fda7291fb5c024ace353db19512a1210 /examples
parentbd4c4209af3738e3b2d6b059670f9ed76e2f32ff (diff)
parent18646c579c09147d9cea1dfddb39f9803485ea14 (diff)
Merge #1262
1262: bump embedded-storage-async to 0.4 r=Dirbaio a=mehmetalianil I just haven't found a way to revert the altered stm-metapac contents due to building. Co-authored-by: Mehmet Ali Anil <[email protected]>
Diffstat (limited to 'examples')
-rw-r--r--examples/boot/bootloader/rp/Cargo.toml2
-rw-r--r--examples/boot/bootloader/stm32/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/boot/bootloader/rp/Cargo.toml b/examples/boot/bootloader/rp/Cargo.toml
index c0b576cff..a16cebe31 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 = ["nightly"] }
16cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] } 16cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] }
17cortex-m-rt = { version = "0.7" } 17cortex-m-rt = { version = "0.7" }
18embedded-storage = "0.3.0" 18embedded-storage = "0.3.0"
19embedded-storage-async = "0.3.0" 19embedded-storage-async = "0.4.0"
20cfg-if = "1.0.0" 20cfg-if = "1.0.0"
21 21
22[features] 22[features]
diff --git a/examples/boot/bootloader/stm32/Cargo.toml b/examples/boot/bootloader/stm32/Cargo.toml
index be659e02a..b1791620f 100644
--- a/examples/boot/bootloader/stm32/Cargo.toml
+++ b/examples/boot/bootloader/stm32/Cargo.toml
@@ -14,7 +14,7 @@ embassy-boot-stm32 = { path = "../../../../embassy-boot/stm32", default-features
14cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] } 14cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] }
15cortex-m-rt = { version = "0.7" } 15cortex-m-rt = { version = "0.7" }
16embedded-storage = "0.3.0" 16embedded-storage = "0.3.0"
17embedded-storage-async = "0.3.0" 17embedded-storage-async = "0.4.0"
18cfg-if = "1.0.0" 18cfg-if = "1.0.0"
19 19
20[features] 20[features]