Skip to content

Commit f046fa2

Browse files
committed
rp: Update embassy-boot-rp to use embassy-rp 0.4.0
1 parent b00daaf commit f046fa2

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
@@ -25,7 +25,7 @@ defmt = { version = "0.3", optional = true }
2525
log = { version = "0.4", optional = true }
2626

2727
embassy-sync = { version = "0.6.2", path = "../embassy-sync" }
28-
embassy-rp = { version = "0.3.0", path = "../embassy-rp", default-features = false }
28+
embassy-rp = { version = "0.4.0", path = "../embassy-rp", default-features = false }
2929
embassy-boot = { version = "0.4.0", path = "../embassy-boot" }
3030
embassy-time = { version = "0.4.0", path = "../embassy-time" }
3131

examples/boot/application/rp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88
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 = [] }
11-
embassy-rp = { version = "0.3.0", path = "../../../../embassy-rp", features = ["time-driver", "rp2040"] }
11+
embassy-rp = { version = "0.4.0", path = "../../../../embassy-rp", features = ["time-driver", "rp2040"] }
1212
embassy-boot-rp = { version = "0.4.0", path = "../../../../embassy-boot-rp", features = [] }
1313
embassy-embedded-hal = { version = "0.3.0", path = "../../../../embassy-embedded-hal" }
1414

0 commit comments

Comments
 (0)