Skip to content

Commit 4396c66

Browse files
committed
Fixing CI
1 parent 1cd3e0d commit 4396c66

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
run: sudo apt-get install -y libusb-1.0.0-dev
3232

3333
- run: cargo check --all-targets
34-
- run: cargo check --features control-buffer-256
3534
- run: cargo check --features defmt
35+
- run: cargo check --features log

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ rand = "0.8.5"
2121

2222
[features]
2323

24-
# Enable logging and tracing via the `log` crate
25-
log = ["dep:log"]
26-
2724
# Use larger endpoint buffers for highspeed operation (default fullspeed)
2825
#
2926
# Note: usb-device doesn't truly support high speed enumeration yet, so setting this will make

0 commit comments

Comments
 (0)