diff options
| author | Ulf Lilleengen <[email protected]> | 2025-07-16 15:34:59 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-07-16 15:35:47 +0200 |
| commit | c484e7d0e530d20e1fdfaa4a1578e9321cc8b283 (patch) | |
| tree | d195d015c5d9661d3824ba8bc97fde03b9744258 /embassy-usb/Cargo.toml | |
| parent | 7abbdb6970e8448d8569da24c37f68ccb75bb8c4 (diff) | |
chore: Release embassy-usb version 0.5.0
Diffstat (limited to 'embassy-usb/Cargo.toml')
| -rw-r--r-- | embassy-usb/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-usb/Cargo.toml b/embassy-usb/Cargo.toml index e706bec13..1f90f84ad 100644 --- a/embassy-usb/Cargo.toml +++ b/embassy-usb/Cargo.toml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | name = "embassy-usb" | 2 | name = "embassy-usb" |
| 3 | version = "0.4.0" | 3 | version = "0.5.0" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | license = "MIT OR Apache-2.0" | 5 | license = "MIT OR Apache-2.0" |
| 6 | description = "Async USB device stack for embedded devices in Rust." | 6 | description = "Async USB device stack for embedded devices in Rust." |
