diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-03-09 23:06:27 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2022-04-06 05:38:11 +0200 |
| commit | 77ceced036d574c7d67259b85e1d61b96e82d0d3 (patch) | |
| tree | 4f1a250f92d59922ae7ceda0779aae16cfa767bb /embassy-usb/Cargo.toml | |
| parent | 37598a5b3792ec1b763b5c16fe422c9e1347d7d6 (diff) | |
Working CDC-ACM host->device
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 dfdc8fbac..5a5a6d7ab 100644 --- a/embassy-usb/Cargo.toml +++ b/embassy-usb/Cargo.toml | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | name = "embassy-usb" | 2 | name = "embassy-usb" |
| 3 | version = "0.1.0" | 3 | version = "0.1.0" |
| 4 | edition = "2018" | 4 | edition = "2021" |
| 5 | 5 | ||
| 6 | [dependencies] | 6 | [dependencies] |
| 7 | embassy = { version = "0.1.0", path = "../embassy" } | 7 | embassy = { version = "0.1.0", path = "../embassy" } |
