aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/Cargo.toml
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-04 14:09:25 +0200
committerUlf Lilleengen <[email protected]>2025-08-04 14:09:25 +0200
commitbcc904c187ab69aa34bbbafd3166ec6aacb08bba (patch)
tree30e502934f6e6ea0213520c2a7da88bc6271d163 /embassy-rp/Cargo.toml
parent9ca44b519ac707f8a95fba55d72d4bf09ccb44c0 (diff)
chore: Release embassy-rp version 0.7.0
Diffstat (limited to 'embassy-rp/Cargo.toml')
-rw-r--r--embassy-rp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-rp/Cargo.toml b/embassy-rp/Cargo.toml
index bb28d21c8..d48b27ef5 100644
--- a/embassy-rp/Cargo.toml
+++ b/embassy-rp/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "embassy-rp" 2name = "embassy-rp"
3version = "0.6.0" 3version = "0.7.0"
4edition = "2021" 4edition = "2021"
5license = "MIT OR Apache-2.0" 5license = "MIT OR Apache-2.0"
6description = "Embassy Hardware Abstraction Layer (HAL) for the Raspberry Pi RP2040 or RP235x microcontroller" 6description = "Embassy Hardware Abstraction Layer (HAL) for the Raspberry Pi RP2040 or RP235x microcontroller"