rp: Update embassy-boot-rp to use embassy-rp 0.4.0

This commit is contained in:
9names
2025-03-09 14:33:04 +11:00
parent b00daafd3e
commit f046fa24b6
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ defmt = { version = "0.3", optional = true }
log = { version = "0.4", optional = true }
embassy-sync = { version = "0.6.2", path = "../embassy-sync" }
embassy-rp = { version = "0.3.0", path = "../embassy-rp", default-features = false }
embassy-rp = { version = "0.4.0", path = "../embassy-rp", default-features = false }
embassy-boot = { version = "0.4.0", path = "../embassy-boot" }
embassy-time = { version = "0.4.0", path = "../embassy-time" }