]> git.lizzy.rs Git - rust.git/commitdiff
Fix rustc tests by updating compiler-builtins dep to 0.1.40
authorbjorn3 <bjorn3@users.noreply.github.com>
Fri, 16 Apr 2021 10:21:29 +0000 (12:21 +0200)
committerbjorn3 <bjorn3@users.noreply.github.com>
Fri, 16 Apr 2021 10:21:29 +0000 (12:21 +0200)
scripts/setup_rust_fork.sh

index e8bedf625f79684574d2f94c7bd1f350a623e479..4821a07ac5d5de473b0efcc6c6a23811a908ad28 100644 (file)
@@ -45,7 +45,7 @@ index d95b5b7f17f..00b6f0e3635 100644
  [dependencies]
  core = { path = "../core" }
 -compiler_builtins = { version = "0.1.39", features = ['rustc-dep-of-std'] }
-+compiler_builtins = { version = "0.1.39", features = ['rustc-dep-of-std', 'no-asm'] }
++compiler_builtins = { version = "0.1.40", features = ['rustc-dep-of-std', 'no-asm'] }
 
  [dev-dependencies]
  rand = "0.7"