summaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-06-01 20:18:09 +0200
committerHenry Gressmann <mail@henrygressmann.de>2024-06-01 20:18:09 +0200
commitb61e55c1fbf5c0c443b325967a524a2623429029 (patch)
tree017476e803f4ec515472bfb38d13c78f0025a3aa /rust-toolchain.toml
parenta95326431cfd3c4afe8c6d7cffde63d086734390 (diff)
fix: table_init variable order
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r--rust-toolchain.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index a6f0132..f0dac98 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,2 +1,2 @@
[toolchain]
-channel="nightly-2024-05-25"
+channel="nightly-2024-06-01"