File: drop-rustc-std-workspace-core.patch

package info (click to toggle)
rust-hashbrown 0.15.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,440 kB
  • sloc: makefile: 2
file content (16 lines) | stat: -rw-r--r-- 396 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Index: hashbrown/Cargo.toml
===================================================================
--- hashbrown.orig/Cargo.toml
+++ hashbrown/Cargo.toml
@@ -103,11 +103,6 @@ features = ["alloc"]
 optional = true
 default-features = false
 
-[dependencies.core]
-version = "1.0.0"
-optional = true
-package = "rustc-std-workspace-core"
-
 [dependencies.equivalent]
 version = "1.0"
 optional = true