Skip to content

Commit

Permalink
Fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-summers committed Feb 29, 2024
1 parent 1cd3e0d commit 4396c66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
run: sudo apt-get install -y libusb-1.0.0-dev

- run: cargo check --all-targets
- run: cargo check --features control-buffer-256
- run: cargo check --features defmt
- run: cargo check --features log
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ rand = "0.8.5"

[features]

# Enable logging and tracing via the `log` crate
log = ["dep:log"]

# Use larger endpoint buffers for highspeed operation (default fullspeed)
#
# Note: usb-device doesn't truly support high speed enumeration yet, so setting this will make
Expand Down

0 comments on commit 4396c66

Please sign in to comment.