Skip to content

Commit

Permalink
Made num_enum an optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcebox committed Dec 21, 2024
1 parent fc748e4 commit 8c4a17b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@ keywords = ["usb", "midi"]

[features]
default = ["message-types"]
message-types = []
message-types = ["dep:num_enum"]

[dependencies]
usb-device = "0.3"

[dependencies.num_enum]
version = "0.7.2"
version = "0.7.3"
default-features = false
optional = true

[lints.rust]
missing_docs = "warn"

0 comments on commit 8c4a17b

Please sign in to comment.