Skip to content

Commit

Permalink
Remove patch version from xxhash-rust dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Nov 11, 2023
1 parent 98e088e commit 4b69c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4b69c71

Please sign in to comment.