about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2024-08-12 15:11:51 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2024-08-12 15:17:57 +0200
commit8bd9b48e7ecc308ff680414049972180476dca78 (patch)
treee17203b7cde186f8881c23b1505765311d1c1f1c
parentb373147918786ea7919ace6b47a9f0ce9b66e0f2 (diff)
downloadrust-8bd9b48e7ecc308ff680414049972180476dca78.tar.gz
rust-8bd9b48e7ecc308ff680414049972180476dca78.zip
Update compiler version to nightly-2024-08-11
-rw-r--r--rust-toolchain2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain b/rust-toolchain
index 3c83f4b4608..dca3b0c22e4 100644
--- a/rust-toolchain
+++ b/rust-toolchain
@@ -1,3 +1,3 @@
 [toolchain]
-channel = "nightly-2024-07-02"
+channel = "nightly-2024-08-11"
 components = ["rust-src", "rustc-dev", "llvm-tools-preview"]