summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-11-11 03:43:03 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-11-11 03:43:03 +0100
commit4b69c71d5b570ce716b9c202e9a47d5ae9ce3ae0 (patch)
treefc976290483df2e0407ba4a000880e6cdcd4d635 /Cargo.toml
parent98e088e731e6fbd5b5035033ae61bda823ced988 (diff)
downloadiced-4b69c71d5b570ce716b9c202e9a47d5ae9ce3ae0.tar.gz
iced-4b69c71d5b570ce716b9c202e9a47d5ae9ce3ae0.tar.bz2
iced-4b69c71d5b570ce716b9c202e9a47d5ae9ce3ae0.zip
Remove patch version from `xxhash-rust` dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f625f1ad..4bcf7c7a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -150,7 +150,7 @@ thiserror = "1.0"
tiny-skia = "0.10"
tokio = "1.0"
tracing = "0.1"
-xxhash-rust = { version = "0.8.7", default-features = false, features = ["xxh3"] }
+xxhash-rust = { version = "0.8", default-features = false, features = ["xxh3"] }
unicode-segmentation = "1.0"
wasm-bindgen-futures = "0.4"
wasm-timer = "0.2"