diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2022-03-15 11:21:42 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2022-03-15 11:21:42 +0100 |
| commit | af008bdc66a4c38d4c4f02481838dfdb3ba73f7b (patch) | |
| tree | aa6009b8d53e7e89d4e8090edac2c110b6c32cec | |
| parent | 4ba83cbfca43631edd0ae721a504f8cc1827547c (diff) | |
| download | rust-af008bdc66a4c38d4c4f02481838dfdb3ba73f7b.tar.gz rust-af008bdc66a4c38d4c4f02481838dfdb3ba73f7b.zip | |
Rustup to rustc 1.61.0-nightly (285fa7ecd 2022-03-14)
| -rw-r--r-- | build_sysroot/Cargo.lock | 4 | ||||
| -rw-r--r-- | rust-toolchain | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/build_sysroot/Cargo.lock b/build_sysroot/Cargo.lock index b9786395142..151adaddaaa 100644 --- a/build_sysroot/Cargo.lock +++ b/build_sysroot/Cargo.lock @@ -132,9 +132,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.119" +version = "0.2.120" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4" +checksum = "ad5c14e80759d0939d013e6ca49930e59fc53dd8e5009132f76240c179380c09" dependencies = [ "rustc-std-workspace-core", ] diff --git a/rust-toolchain b/rust-toolchain index b7928a5dac2..56adaa6a555 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2022-03-13" +channel = "nightly-2022-03-15" components = ["rust-src", "rustc-dev", "llvm-tools-preview"] |
