File: relax-hashbrown.patch

package info (click to toggle)
rust-imara-diff 0.1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 920 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 204 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,7 +46,7 @@
 path = "src/lib.rs"
 
 [dependencies.hashbrown]
-version = "0.15"
+version = ">= 0.15, <0.17"
 features = [
     "default-hasher",
     "inline-more",