diff options
author | 2023-11-11 03:43:50 +0100 | |
---|---|---|
committer | 2023-11-11 03:43:50 +0100 | |
commit | 107e842071f1300df5e0bfcb26ee0a99024e51d8 (patch) | |
tree | 663740eb773a2274777873647e634932399f1756 /Cargo.toml | |
parent | 4b69c71d5b570ce716b9c202e9a47d5ae9ce3ae0 (diff) | |
download | iced-107e842071f1300df5e0bfcb26ee0a99024e51d8.tar.gz iced-107e842071f1300df5e0bfcb26ee0a99024e51d8.tar.bz2 iced-107e842071f1300df5e0bfcb26ee0a99024e51d8.zip |
Remove unnecessary `default-features` attribute from `xxhash-rust` dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -150,7 +150,7 @@ thiserror = "1.0" tiny-skia = "0.10" tokio = "1.0" tracing = "0.1" -xxhash-rust = { version = "0.8", default-features = false, features = ["xxh3"] } +xxhash-rust = { version = "0.8", features = ["xxh3"] } unicode-segmentation = "1.0" wasm-bindgen-futures = "0.4" wasm-timer = "0.2" |