Remove unnecessary default-features attribute from xxhash-rust dependency
This commit is contained in:
parent
4b69c71d5b
commit
107e842071
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ thiserror = "1.0"
|
||||||
tiny-skia = "0.10"
|
tiny-skia = "0.10"
|
||||||
tokio = "1.0"
|
tokio = "1.0"
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
xxhash-rust = { version = "0.8", default-features = false, features = ["xxh3"] }
|
xxhash-rust = { version = "0.8", features = ["xxh3"] }
|
||||||
unicode-segmentation = "1.0"
|
unicode-segmentation = "1.0"
|
||||||
wasm-bindgen-futures = "0.4"
|
wasm-bindgen-futures = "0.4"
|
||||||
wasm-timer = "0.2"
|
wasm-timer = "0.2"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue