Skip to content

Commit 06c1bef

Browse files
Eijebongarai-a
authored andcommitted
Remove default features from Inflector
Those only allow for usage of some other modules that are unused in this project.
1 parent 52ba3ec commit 06c1bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/binjs_meta/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license = "MIT"
1414
travis-ci = { repository = "https://github.com/binast/binjs-ref", branch = "master" }
1515

1616
[dependencies]
17-
Inflector = "^0.11.4"
17+
Inflector = { version = "^0.11.4", default-features=false }
1818
itertools = "^0.8"
1919
log = "^0.4"
2020
weedle = "0.11"

0 commit comments

Comments
 (0)