Merge pull request #1117 from TannerRogalsky/twox-hash_no-default-features
Disable default features in twox-hash dependency.
This commit is contained in:
commit
04f3a3d81b
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ repository = "https://github.com/hecrj/iced"
|
|||
debug = []
|
||||
|
||||
[dependencies]
|
||||
twox-hash = "1.5"
|
||||
twox-hash = { version = "1.5", default-features = false }
|
||||
unicode-segmentation = "1.6"
|
||||
num-traits = "0.2"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue