aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot-nrf/Cargo.toml
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-04 15:02:01 +0200
committerUlf Lilleengen <[email protected]>2025-08-04 15:02:01 +0200
commitbad6441b42e0099459637a747bd8541b8cd38390 (patch)
tree0cd85eb3bdf178e47b8b98146123baf7490f6ecd /embassy-boot-nrf/Cargo.toml
parent8047a59d820251ea9ded8b318051ef62e9cf8521 (diff)
chore: Release embassy-boot-nrf version 0.7.0
Diffstat (limited to 'embassy-boot-nrf/Cargo.toml')
-rw-r--r--embassy-boot-nrf/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-boot-nrf/Cargo.toml b/embassy-boot-nrf/Cargo.toml
index 6278006da..9d02f61e3 100644
--- a/embassy-boot-nrf/Cargo.toml
+++ b/embassy-boot-nrf/Cargo.toml
@@ -1,7 +1,7 @@
1[package] 1[package]
2edition = "2021" 2edition = "2021"
3name = "embassy-boot-nrf" 3name = "embassy-boot-nrf"
4version = "0.6.0" 4version = "0.7.0"
5description = "Bootloader lib for nRF chips" 5description = "Bootloader lib for nRF chips"
6license = "MIT OR Apache-2.0" 6license = "MIT OR Apache-2.0"
7repository = "https://github.com/embassy-rs/embassy" 7repository = "https://github.com/embassy-rs/embassy"