Prepare to release embassy-boot-nrf
This commit is contained in:
parent
1588fbc256
commit
ec9a07d143
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
name = "embassy-boot-nrf"
|
name = "embassy-boot-nrf"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
description = "Bootloader lib for nRF chips"
|
description = "Bootloader lib for nRF chips"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
repository = "https://github.com/embassy-rs/embassy"
|
repository = "https://github.com/embassy-rs/embassy"
|
||||||
|
|
|
@ -10,7 +10,7 @@ embassy-executor = { version = "0.6.0", path = "../../../../embassy-executor", f
|
||||||
embassy-time = { version = "0.3.2", path = "../../../../embassy-time", features = [] }
|
embassy-time = { version = "0.3.2", path = "../../../../embassy-time", features = [] }
|
||||||
embassy-nrf = { version = "0.2.0", path = "../../../../embassy-nrf", features = ["time-driver-rtc1", "gpiote", ] }
|
embassy-nrf = { version = "0.2.0", path = "../../../../embassy-nrf", features = ["time-driver-rtc1", "gpiote", ] }
|
||||||
embassy-boot = { version = "0.3.0", path = "../../../../embassy-boot", features = [] }
|
embassy-boot = { version = "0.3.0", path = "../../../../embassy-boot", features = [] }
|
||||||
embassy-boot-nrf = { version = "0.2.0", path = "../../../../embassy-boot-nrf", features = [] }
|
embassy-boot-nrf = { version = "0.3.0", path = "../../../../embassy-boot-nrf", features = [] }
|
||||||
embassy-embedded-hal = { version = "0.2.0", path = "../../../../embassy-embedded-hal" }
|
embassy-embedded-hal = { version = "0.2.0", path = "../../../../embassy-embedded-hal" }
|
||||||
|
|
||||||
defmt = { version = "0.3", optional = true }
|
defmt = { version = "0.3", optional = true }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue