diff options
| author | matteo <email> | 2025-09-21 17:52:14 +0200 |
|---|---|---|
| committer | matteo <email> | 2025-09-21 17:52:14 +0200 |
| commit | 5f5f71efd09266eccb0ab7e4048994f244eed5ae (patch) | |
| tree | 7eb6b45e93eca6e00e2595fccbd3e47d57d50376 /embassy-usb/Cargo.toml | |
| parent | 8394e1320844f6a1342f1bff10215cfd4643fe3a (diff) | |
Add support for changing hid protocol mode
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 e309eec93..fde603df0 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.5.1" | 3 | version = "0.5.2" |
| 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." |
