Prepare to release embassy-rp

This commit is contained in:
Ulf Lilleengen
2024-08-02 22:06:39 +02:00
parent ec9a07d143
commit f605302791
7 changed files with 38 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ defmt = { version = "0.3", optional = true }
log = { version = "0.4", optional = true }
embassy-sync = { version = "0.6.0", path = "../embassy-sync" }
embassy-rp = { version = "0.1.0", path = "../embassy-rp", default-features = false }
embassy-rp = { version = "0.2.0", path = "../embassy-rp", default-features = false }
embassy-boot = { version = "0.3.0", path = "../embassy-boot" }
embassy-time = { version = "0.3.2", path = "../embassy-time" }