aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2022-03-30 01:18:37 +0200
committerDario Nieuwenhuis <[email protected]>2022-04-06 05:38:11 +0200
commitd1e4b3d7d5a931cd6e04b7e2fe467945ef862477 (patch)
treeefe3199292133306c20b27da7442cadf8592f3b4 /embassy-usb/Cargo.toml
parentc06488eb2978d9eaa8dc6a2669a6ce279638f4b2 (diff)
usb: add -usb-serial crate, fix warnings and stable build.
Diffstat (limited to 'embassy-usb/Cargo.toml')
-rw-r--r--embassy-usb/Cargo.toml2
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
9defmt = { version = "0.3", optional = true } 9defmt = { version = "0.3", optional = true }
10log = { version = "0.4.14", optional = true } 10log = { version = "0.4.14", optional = true }
11cortex-m = "0.7.3"
12num-traits = { version = "0.2.14", default-features = false }
13heapless = "0.7.10" \ No newline at end of file 11heapless = "0.7.10" \ No newline at end of file