Skip to content

Commit

Permalink
Remove HAL version requirement from usb demo
Browse files Browse the repository at this point in the history
Also mark it `publish = false`
  • Loading branch information
jonas-schievink committed Aug 5, 2021
1 parent 42dea3d commit 8777e97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/usb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "usb"
version = "0.1.0"
authors = ["Jonas Schievink <[email protected]>"]
edition = "2018"
publish = false

[dependencies]
cortex-m-rt = "0.6.12"
Expand All @@ -12,6 +13,4 @@ usb-device = "0.2.7"
usbd-serial = "0.1.0"

[dependencies.nrf52840-hal]
version = "0.12.0"
path = "../../nrf52840-hal"

0 comments on commit 8777e97

Please sign in to comment.