Skip to content

Commit

Permalink
Merge pull request #287 from nazo6/inflector-no-default-feature
Browse files Browse the repository at this point in the history
Disable default feature of Inflector
  • Loading branch information
alexmoon authored Jan 7, 2025
2 parents 4e011dd + 6f68edb commit 93ad991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nrf-softdevice-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ syn = { version = "1.0.39", features = ["full", "extra-traits"] }
quote = "1.0.7"
darling = "0.13.4"
proc-macro2 = "1.0.18"
Inflector = "0.11.4"
Inflector = { version = "0.11.4", default-features = false }
uuid = "1.2.2"

[lib]
Expand Down

0 comments on commit 93ad991

Please sign in to comment.