diff options
-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" |