File: relax-dep.diff

package info (click to toggle)
rust-phf-shared 0.11.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 148 kB
  • sloc: makefile: 4
file content (13 lines) | stat: -rw-r--r-- 313 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: phf-shared/Cargo.toml
===================================================================
--- phf-shared.orig/Cargo.toml
+++ phf-shared/Cargo.toml
@@ -28,7 +28,7 @@ path = "src/lib.rs"
 test = false
 
 [dependencies.siphasher]
-version = "0.3"
+version = "1.0"
 
 [dependencies.uncased]
 version = "0.9.6"