mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-09 16:37:36 +00:00
Fix rustc tests by updating compiler-builtins dep to 0.1.40
This commit is contained in:
parent
73c0db092d
commit
24cac8fa54
@ -45,7 +45,7 @@ index d95b5b7f17f..00b6f0e3635 100644
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
core = { path = "../core" }
|
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'] }
|
||||||
+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]
|
[dev-dependencies]
|
||||||
rand = "0.7"
|
rand = "0.7"
|
||||||
|
Loading…
Reference in New Issue
Block a user