aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-01-15 00:58:55 +0100
committerDario Nieuwenhuis <[email protected]>2025-01-15 00:59:15 +0100
commit05df319a82c8b30458c6ccda40b831ed846310e0 (patch)
treef0b32d52dc190570e54cee112c7b7ab873003d17 /embassy-usb/Cargo.toml
parent4b0e20315bddbb15aaee0e0b96548de405694c7b (diff)
Release embassy-usb v0.4.0, embassy-usb-logger v0.4.0.
Diffstat (limited to 'embassy-usb/Cargo.toml')
-rw-r--r--embassy-usb/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-usb/Cargo.toml b/embassy-usb/Cargo.toml
index 9abf2f200..d0ce3f1df 100644
--- a/embassy-usb/Cargo.toml
+++ b/embassy-usb/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "embassy-usb" 2name = "embassy-usb"
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 = "Async USB device stack for embedded devices in Rust." 6description = "Async USB device stack for embedded devices in Rust."