File tree Expand file tree Collapse file tree 3 files changed +25
-26
lines changed Expand file tree Collapse file tree 3 files changed +25
-26
lines changed Original file line number Diff line number Diff line change @@ -113,8 +113,8 @@ const BASE_SYSROOT_SUITE: &[TestCase] = &[
113113pub ( crate ) static RAND_REPO : GitRepo = GitRepo :: github (
114114 "rust-random" ,
115115 "rand" ,
116- "9a02c819cc1e4ec6959ae25eafbb5cf6acb68234 " ,
117- "4934f0afb1d1c2ca " ,
116+ "1f4507a8e1cf8050e4ceef95eeda8f64645b6719 " ,
117+ "981f8bf489338978 " ,
118118 "rand" ,
119119) ;
120120
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -487,6 +487,7 @@ dependencies = [
487487 " rand_pcg" ,
488488 " rayon" ,
489489 " serde" ,
490+ " zerocopy" ,
490491]
491492
492493[[package ]]
@@ -505,6 +506,7 @@ version = "0.7.0"
505506dependencies = [
506507 " getrandom" ,
507508 " serde" ,
509+ " zerocopy" ,
508510]
509511
510512[[package ]]
@@ -525,6 +527,7 @@ name = "rand_pcg"
525527version = " 0.4.0"
526528dependencies = [
527529 " bincode" ,
530+ " rand" ,
528531 " rand_core" ,
529532 " serde" ,
530533]
@@ -823,3 +826,23 @@ name = "winapi-x86_64-pc-windows-gnu"
823826version = " 0.4.0"
824827source = " registry+https://github.com/rust-lang/crates.io-index"
825828checksum = " 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
829+
830+ [[package ]]
831+ name = " zerocopy"
832+ version = " 0.7.32"
833+ source = " registry+https://github.com/rust-lang/crates.io-index"
834+ checksum = " 74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
835+ dependencies = [
836+ " zerocopy-derive" ,
837+ ]
838+
839+ [[package ]]
840+ name = " zerocopy-derive"
841+ version = " 0.7.32"
842+ source = " registry+https://github.com/rust-lang/crates.io-index"
843+ checksum = " 9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
844+ dependencies = [
845+ " proc-macro2" ,
846+ " quote" ,
847+ " syn 2.0.37" ,
848+ ]
You can’t perform that action at this time.
0 commit comments