Fix rustc tests by updating compiler-builtins dep to 0.1.40
This commit is contained in:
parent
73c0db092d
commit
24cac8fa54
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue