]> git.lizzy.rs Git - rust.git/commitdiff
Update patch
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>
Fri, 20 Jan 2023 11:49:27 +0000 (12:49 +0100)
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>
Fri, 20 Jan 2023 11:49:27 +0000 (12:49 +0100)
scripts/setup_rust_fork.sh

index ce0d7e9fe07da03f9e6684a1a8ed210783c2efe9..a08e80dd19abc74bf93036d1707059325464b86e 100644 (file)
@@ -25,8 +25,8 @@ index d95b5b7f17f..00b6f0e3635 100644
 +compiler_builtins = { version = "0.1.66", features = ['rustc-dep-of-std', 'no-asm'] }
 
  [dev-dependencies]
- rand = "0.7"
- rand_xorshift = "0.2"
+ rand = { version = "0.8.5", default-features = false, features = ["alloc"] }
+ rand_xorshift = "0.3.0"
 EOF
 
 cat > config.toml <<EOF