You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
--- hashbrown-0.9.1/Cargo.toml 2020-09-28T19:15:21+00:00
|
|
|
|
+++ hashbrown-0.9.1/Cargo.toml 2020-11-09T14:18:14.491392+00:00
|
|
|
|
@@ -29,20 +29,6 @@
|
|
|
|
optional = true
|
|
|
|
default-features = false
|
|
|
|
|
|
|
|
-[dependencies.alloc]
|
|
|
|
-version = "1.0.0"
|
|
|
|
-optional = true
|
|
|
|
-package = "rustc-std-workspace-alloc"
|
|
|
|
-
|
|
|
|
-[dependencies.compiler_builtins]
|
|
|
|
-version = "0.1.2"
|
|
|
|
-optional = true
|
|
|
|
-
|
|
|
|
-[dependencies.core]
|
|
|
|
-version = "1.0.0"
|
|
|
|
-optional = true
|
|
|
|
-package = "rustc-std-workspace-core"
|
|
|
|
-
|
|
|
|
[dependencies.rayon]
|
|
|
|
version = "1.0"
|
|
|
|
optional = true
|
|
|
|
@@ -51,6 +37,7 @@
|
|
|
|
version = "1.0.25"
|
|
|
|
optional = true
|
|
|
|
default-features = false
|
|
|
|
+
|
|
|
|
[dev-dependencies.doc-comment]
|
|
|
|
version = "0.3.1"
|
|
|
|
|
|
|
|
@@ -65,7 +52,7 @@
|
|
|
|
version = "1.0"
|
|
|
|
|
|
|
|
[dev-dependencies.rustc-hash]
|
|
|
|
-version = "=1.0"
|
|
|
|
+version = "1.0"
|
|
|
|
|
|
|
|
[dev-dependencies.serde_test]
|
|
|
|
version = "1.0"
|
|
|
|
@@ -74,7 +61,4 @@
|
|
|
|
ahash-compile-time-rng = ["ahash/compile-time-rng"]
|
|
|
|
default = ["ahash", "inline-more"]
|
|
|
|
inline-more = []
|
|
|
|
-nightly = []
|
|
|
|
raw = []
|
|
|
|
-rustc-dep-of-std = ["nightly", "core", "compiler_builtins", "alloc", "rustc-internal-api"]
|
|
|
|
-rustc-internal-api = []
|