Merge pull request #1117 from TannerRogalsky/twox-hash_no-default-features

Disable default features in twox-hash dependency.
This commit is contained in:
Héctor Ramón 2021-11-15 15:13:21 +07:00 committed by GitHub
commit 04f3a3d81b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"