about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-12-30 12:06:21 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-12-30 12:06:21 +0000
commit5c95200e9609e8382ed7147d66beeca1769d60b2 (patch)
tree5c5e9a72135e344fa19c59a08fae824a6c4f3bbe
parentfa9cce061e76d714d51e26865b356dada2cf2d9d (diff)
Rustup to rustc 1.77.0-nightly (3cdd004e5 2023-12-29)
-rw-r--r--rust-toolchain2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain b/rust-toolchain
index d6c1738dfa5..8bbd92732d0 100644
--- a/rust-toolchain
+++ b/rust-toolchain
@@ -1,3 +1,3 @@
 [toolchain]
-channel = "nightly-2023-12-28"
+channel = "nightly-2023-12-30"
 components = ["rust-src", "rustc-dev", "llvm-tools"]