about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2022-11-22 19:29:36 +0100
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2022-11-22 19:29:36 +0100
commitd30c1ddce734ea7a7614c8b5dd8473707f5da926 (patch)
treea5e405321caa65b66c67d3792d7db94790b8b62c
parentd23eb65ea03a50e32839fe7466fdfecb590139e9 (diff)
Rustup to rustc 1.67.0-nightly (b7bc90fea 2022-11-21)
-rw-r--r--build_sysroot/Cargo.lock4
-rw-r--r--rust-toolchain2
2 files changed, 3 insertions, 3 deletions
diff --git a/build_sysroot/Cargo.lock b/build_sysroot/Cargo.lock
index bb6a2cadf49..bcfabc246df 100644
--- a/build_sysroot/Cargo.lock
+++ b/build_sysroot/Cargo.lock
@@ -34,9 +34,9 @@ dependencies = [
 
 [[package]]
 name = "cc"
-version = "1.0.76"
+version = "1.0.77"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "76a284da2e6fe2092f2353e51713435363112dfd60030e22add80be333fb928f"
+checksum = "e9f73505338f7d905b19d18738976aae232eb46b8efc15554ffc56deb5d9ebe4"
 
 [[package]]
 name = "cfg-if"
diff --git a/rust-toolchain b/rust-toolchain
index 887d8ea9e43..86c8ee1cc1d 100644
--- a/rust-toolchain
+++ b/rust-toolchain
@@ -1,3 +1,3 @@
 [toolchain]
-channel = "nightly-2022-11-20"
+channel = "nightly-2022-11-22"
 components = ["rust-src", "rustc-dev", "llvm-tools-preview"]