Skip to content

Commit 93ad991

Browse files
authored
Merge pull request #287 from nazo6/inflector-no-default-feature
Disable default feature of Inflector
2 parents 4e011dd + 6f68edb commit 93ad991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nrf-softdevice-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ syn = { version = "1.0.39", features = ["full", "extra-traits"] }
1414
quote = "1.0.7"
1515
darling = "0.13.4"
1616
proc-macro2 = "1.0.18"
17-
Inflector = "0.11.4"
17+
Inflector = { version = "0.11.4", default-features = false }
1818
uuid = "1.2.2"
1919

2020
[lib]

0 commit comments

Comments
 (0)