diff options
author | 2021-11-15 15:13:21 +0700 | |
---|---|---|
committer | 2021-11-15 15:13:21 +0700 | |
commit | 04f3a3d81b07733794a657652dc070e90e3b3306 (patch) | |
tree | 75d6e657cf318a78b0678f7b6be0d8217e4844fe /native | |
parent | f084ed8df154a7f3b0386cfb7e13307f6a6290d0 (diff) | |
parent | 4cb3820a4eba06210ca694262b8a220a38f47395 (diff) | |
download | iced-04f3a3d81b07733794a657652dc070e90e3b3306.tar.gz iced-04f3a3d81b07733794a657652dc070e90e3b3306.tar.bz2 iced-04f3a3d81b07733794a657652dc070e90e3b3306.zip |
Merge pull request #1117 from TannerRogalsky/twox-hash_no-default-features
Disable default features in twox-hash dependency.
Diffstat (limited to 'native')
-rw-r--r-- | native/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/Cargo.toml b/native/Cargo.toml index 5de99b2e..b662e6fa 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -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" |