aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/Cargo.toml
diff options
context:
space:
mode:
author9names <[email protected]>2025-03-09 10:53:18 +1100
committer9names <[email protected]>2025-03-09 11:15:53 +1100
commite1b24a8efd77e5ee3b865e262814d9a90139d7f0 (patch)
tree5aaa5732ff9581d29f92c846fc3ae0f758d933e3 /embassy-rp/Cargo.toml
parentf2e14303a6200fd6a52d233c6b8a7bbd4d929d03 (diff)
rp: Bump embassy-rp version number for release
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 3c9e466a4..4e5ef2813 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.3.0" 3version = "0.4.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 microcontroller" 6description = "Embassy Hardware Abstraction Layer (HAL) for the Raspberry Pi RP2040 microcontroller"