diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-12-16 14:10:51 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-12-16 14:11:04 +0100 |
| commit | d0f97fc03902ade979ede7cd9b51aff30e7822b9 (patch) | |
| tree | 24dab3c012bebf403751f1f3a57aea5d236bd4ae /scripts | |
| parent | d084fca557bb824dc0f31a8a5b056c4a43d5a487 (diff) | |
| download | rust-d0f97fc03902ade979ede7cd9b51aff30e7822b9.tar.gz rust-d0f97fc03902ade979ede7cd9b51aff30e7822b9.zip | |
Rustup to rustc 1.59.0-nightly (c5ecc1570 2021-12-15)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/setup_rust_fork.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/setup_rust_fork.sh b/scripts/setup_rust_fork.sh index 80bf40dd874..46c3b5b7f11 100644 --- a/scripts/setup_rust_fork.sh +++ b/scripts/setup_rust_fork.sh @@ -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" |
