Skip to content

Commit 19073a2

Browse files
Set publish = false for the example
1 parent 1524792 commit 19073a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "nrf-usbd-example"
33
version = "0.1.0"
44
edition = "2018"
5+
publish = false
56

67
[features]
78
default = [
@@ -26,4 +27,3 @@ nrf-usbd = { path = "../" }
2627
usb-device = "0.2.7"
2728
usbd-serial = "0.1.0"
2829
nrf52840-pac = "0.9.0"
29-

0 commit comments

Comments
 (0)