diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-03-30 01:18:37 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2022-04-06 05:38:11 +0200 |
| commit | d1e4b3d7d5a931cd6e04b7e2fe467945ef862477 (patch) | |
| tree | efe3199292133306c20b27da7442cadf8592f3b4 /embassy-usb/Cargo.toml | |
| parent | c06488eb2978d9eaa8dc6a2669a6ce279638f4b2 (diff) | |
usb: add -usb-serial crate, fix warnings and stable build.
Diffstat (limited to 'embassy-usb/Cargo.toml')
| -rw-r--r-- | embassy-usb/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embassy-usb/Cargo.toml b/embassy-usb/Cargo.toml index af5986c15..01bf5ef6f 100644 --- a/embassy-usb/Cargo.toml +++ b/embassy-usb/Cargo.toml | |||
| @@ -8,6 +8,4 @@ embassy = { version = "0.1.0", path = "../embassy" } | |||
| 8 | 8 | ||
| 9 | defmt = { version = "0.3", optional = true } | 9 | defmt = { version = "0.3", optional = true } |
| 10 | log = { version = "0.4.14", optional = true } | 10 | log = { version = "0.4.14", optional = true } |
| 11 | cortex-m = "0.7.3" | ||
| 12 | num-traits = { version = "0.2.14", default-features = false } | ||
| 13 | heapless = "0.7.10" \ No newline at end of file | 11 | heapless = "0.7.10" \ No newline at end of file |
