File tree 3 files changed +25
-26
lines changed
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] = &[
113
113
pub ( crate ) static RAND_REPO : GitRepo = GitRepo :: github (
114
114
"rust-random" ,
115
115
"rand" ,
116
- "9a02c819cc1e4ec6959ae25eafbb5cf6acb68234 " ,
117
- "4934f0afb1d1c2ca " ,
116
+ "1f4507a8e1cf8050e4ceef95eeda8f64645b6719 " ,
117
+ "981f8bf489338978 " ,
118
118
"rand" ,
119
119
) ;
120
120
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -487,6 +487,7 @@ dependencies = [
487
487
" rand_pcg" ,
488
488
" rayon" ,
489
489
" serde" ,
490
+ " zerocopy" ,
490
491
]
491
492
492
493
[[package ]]
@@ -505,6 +506,7 @@ version = "0.7.0"
505
506
dependencies = [
506
507
" getrandom" ,
507
508
" serde" ,
509
+ " zerocopy" ,
508
510
]
509
511
510
512
[[package ]]
@@ -525,6 +527,7 @@ name = "rand_pcg"
525
527
version = " 0.4.0"
526
528
dependencies = [
527
529
" bincode" ,
530
+ " rand" ,
528
531
" rand_core" ,
529
532
" serde" ,
530
533
]
@@ -823,3 +826,23 @@ name = "winapi-x86_64-pc-windows-gnu"
823
826
version = " 0.4.0"
824
827
source = " registry+https://github.com/rust-lang/crates.io-index"
825
828
checksum = " 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