We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd3e0d commit 4396c66Copy full SHA for 4396c66
.github/workflows/ci.yml
@@ -31,5 +31,5 @@ jobs:
31
run: sudo apt-get install -y libusb-1.0.0-dev
32
33
- run: cargo check --all-targets
34
- - run: cargo check --features control-buffer-256
35
- run: cargo check --features defmt
+ - run: cargo check --features log
Cargo.toml
@@ -21,9 +21,6 @@ rand = "0.8.5"
21
22
[features]
23
24
-# Enable logging and tracing via the `log` crate
25
-log = ["dep:log"]
26
-
27
# Use larger endpoint buffers for highspeed operation (default fullspeed)
28
#
29
# Note: usb-device doesn't truly support high speed enumeration yet, so setting this will make
0 commit comments