File: upgrade-twox-hash-to-2.patch

package info (click to toggle)
rust-ruzstd 0.7.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 556 kB
  • sloc: makefile: 2
file content (16 lines) | stat: -rw-r--r-- 358 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/Cargo.toml b/Cargo.toml
index 9f7c4c2..7475c88 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -56,9 +56,10 @@ path = "benches/reversedbitreader_bench.rs"
 harness = false
 
 [dependencies.twox-hash]
-version = "1.6"
+version = "2"
 optional = true
 default-features = false
+features = ["xxhash64"]
 
 [dev-dependencies.criterion]
 version = "0.5"