1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Index: getrandom/Cargo.toml
===================================================================
--- getrandom.orig/Cargo.toml
+++ getrandom/Cargo.toml
@@ -73,15 +73,6 @@ path = "benches/buffer.rs"
[dependencies.cfg-if]
version = "1"
-[dependencies.compiler_builtins]
-version = "0.1"
-optional = true
-
-[dependencies.core]
-version = "1.0"
-optional = true
-package = "rustc-std-workspace-core"
-
[features]
custom = []
js = [
@@ -90,11 +81,6 @@ js = [
]
linux_disable_fallback = []
rdrand = []
-rustc-dep-of-std = [
- "compiler_builtins",
- "core",
- "libc/rustc-dep-of-std",
-]
std = []
test-in-browser = []
|