Skip to content

Commit

Permalink
macros: don't use >= in version selector.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirbaio committed Jul 16, 2024
1 parent e54a357 commit 3742f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ byteorder = { version = "1.5", default-features = false }
proc-macro2 = "1.0"
quote = "1.0"
serde = { version = "1.0", default-features = false }
usbd-hid-descriptors = { path = "../descriptors", version = ">=0.8.0" }
usbd-hid-descriptors = { path = "../descriptors", version = "0.8.0" }
hashbrown = "0.13"
log = "0.4"

Expand Down

0 comments on commit 3742f1b

Please sign in to comment.