diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-03-04 12:46:45 +0100 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-03-04 12:46:45 +0100 |
| commit | 7bf863653b6c06cfd987f8b5014795aed58da0ec (patch) | |
| tree | b4cd48512e52675b965da6a5296d31160697bf52 | |
| parent | cceea847dda980ef124277126c33284d7e91f8e5 (diff) | |
| download | rust-7bf863653b6c06cfd987f8b5014795aed58da0ec.tar.gz rust-7bf863653b6c06cfd987f8b5014795aed58da0ec.zip | |
Rustup to rustc 1.69.0-nightly (44cfafe2f 2023-03-03)
| -rw-r--r-- | build_sysroot/Cargo.lock | 2 | ||||
| -rw-r--r-- | rust-toolchain | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/build_sysroot/Cargo.lock b/build_sysroot/Cargo.lock index c124635da5b..5f25d7e9ad4 100644 --- a/build_sysroot/Cargo.lock +++ b/build_sysroot/Cargo.lock @@ -281,10 +281,8 @@ dependencies = [ name = "test" version = "0.0.0" dependencies = [ - "cfg-if", "core", "getopts", - "libc", "panic_abort", "panic_unwind", "proc_macro", diff --git a/rust-toolchain b/rust-toolchain index ed5ed02d432..98dd946c92e 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-02-26" +channel = "nightly-2023-03-04" components = ["rust-src", "rustc-dev", "llvm-tools-preview"] |
