aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot-rp/Cargo.toml
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-26 22:06:52 +0200
committerUlf Lilleengen <[email protected]>2025-08-26 22:06:52 +0200
commitdf112a83f05d08dc01607083211bdc2ac1e11cfa (patch)
tree230f5c88d496b33bd8f538e45bffdedaa5b04158 /embassy-boot-rp/Cargo.toml
parent83f2557eacd657070a84a9baf2da6e3aff03b2b7 (diff)
fix: remaining versions
Diffstat (limited to 'embassy-boot-rp/Cargo.toml')
-rw-r--r--embassy-boot-rp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-boot-rp/Cargo.toml b/embassy-boot-rp/Cargo.toml
index 3b9e9dd8e..894b77595 100644
--- a/embassy-boot-rp/Cargo.toml
+++ b/embassy-boot-rp/Cargo.toml
@@ -1,7 +1,7 @@
1[package] 1[package]
2edition = "2021" 2edition = "2021"
3name = "embassy-boot-rp" 3name = "embassy-boot-rp"
4version = "0.7.1" 4version = "0.8.0"
5description = "Bootloader lib for RP2040 chips" 5description = "Bootloader lib for RP2040 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"