Skip to content

Commit 8f41a4d

Browse files
committed
boot/rp: Bump version number
1 parent f046fa2 commit 8f41a4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

embassy-boot-rp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "embassy-boot-rp"
4-
version = "0.4.0"
4+
version = "0.5.0"
55
description = "Bootloader lib for RP2040 chips"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/embassy-rs/embassy"

examples/boot/application/rp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ embassy-sync = { version = "0.6.2", path = "../../../../embassy-sync" }
99
embassy-executor = { version = "0.7.0", path = "../../../../embassy-executor", features = ["task-arena-size-16384", "arch-cortex-m", "executor-thread", "arch-cortex-m", "executor-thread"] }
1010
embassy-time = { version = "0.4.0", path = "../../../../embassy-time", features = [] }
1111
embassy-rp = { version = "0.4.0", path = "../../../../embassy-rp", features = ["time-driver", "rp2040"] }
12-
embassy-boot-rp = { version = "0.4.0", path = "../../../../embassy-boot-rp", features = [] }
12+
embassy-boot-rp = { version = "0.5.0", path = "../../../../embassy-boot-rp", features = [] }
1313
embassy-embedded-hal = { version = "0.3.0", path = "../../../../embassy-embedded-hal" }
1414

1515
defmt = "0.3"

0 commit comments

Comments
 (0)