Rustup to rustc 1.59.0-nightly (c5ecc1570 2021-12-15)

This commit is contained in:
bjorn3 2021-12-16 14:10:51 +01:00
parent d084fca557
commit d0f97fc039
5 changed files with 14 additions and 10 deletions

View file

@ -33,7 +33,7 @@ index d95b5b7f17f..00b6f0e3635 100644
[dependencies]
core = { path = "../core" }
-compiler_builtins = { version = "0.1.40", features = ['rustc-dep-of-std'] }
+compiler_builtins = { version = "0.1.53", features = ['rustc-dep-of-std', 'no-asm'] }
+compiler_builtins = { version = "0.1.66", features = ['rustc-dep-of-std', 'no-asm'] }
[dev-dependencies]
rand = "0.7"