File: disable-hashbrown-0.14.patch

package info (click to toggle)
rust-rkyv 0.8.9-5
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 1,440 kB
  • sloc: makefile: 2
file content (17 lines) | stat: -rw-r--r-- 395 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Index: rkyv/Cargo.toml
===================================================================
--- rkyv.orig/Cargo.toml
+++ rkyv/Cargo.toml
@@ -125,12 +125,6 @@ version = "0.15"
 optional = true
 default-features = false
 
-[dependencies.hashbrown-0_14]
-version = "0.14"
-optional = true
-default-features = false
-package = "hashbrown"
-
 [dependencies.indexmap-2]
 version = "2"
 optional = true