Skip to content

Commit 7d3186d

Browse files
Lock down rand_core 0.5.1 to specific features
1 parent 1f5e1c5 commit 7d3186d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.lock

+1
Original file line numberDiff line numberDiff line change
@@ -3602,6 +3602,7 @@ dependencies = [
36023602
"libz-sys",
36033603
"proc-macro2",
36043604
"quote",
3605+
"rand_core 0.5.1",
36053606
"serde",
36063607
"serde_json",
36073608
"smallvec",

src/tools/rustc-workspace-hack/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ libc = { version = "0.2.79", features = ["align"] }
6969
libz-sys = { version = "1.1.2" }
7070
proc-macro2 = { version = "1", features = ["default"] }
7171
quote = { version = "1", features = ["default"] }
72+
rand_core_0_5 = { package = "rand_core", version = "0.5.1", features = ["getrandom", "alloc", "std"] }
7273
serde = { version = "1.0.82", features = ['derive'] }
7374
serde_json = { version = "1.0.31", features = ["raw_value", "unbounded_depth"] }
7475
smallvec = { version = "1.6.1", features = ['union', 'may_dangle'] }

0 commit comments

Comments
 (0)