diff options
| author | James Munns <[email protected]> | 2024-04-23 19:44:34 +0200 |
|---|---|---|
| committer | James Munns <[email protected]> | 2024-04-23 19:44:34 +0200 |
| commit | 8c98809f1eb1a1953949dc3a0d5190994ede381a (patch) | |
| tree | 1b495b54eb19f48a342552b47ab264827c37e987 /embassy-usb/Cargo.toml | |
| parent | 1de44e7086e05b148dec5cbe38a3971c08dea742 (diff) | |
Update version and add changelog
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 fe5e36b32..5fb174894 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.1.0" | 3 | version = "0.2.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." |
