summaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
author林炳权 <695601626@qq.com>2023-11-17 23:06:28 +0800
committerGitHub <noreply@github.com>2023-11-17 08:06:28 -0700
commit9a1c697045cee8675ff07e3a0abde1e30fea5362 (patch)
tree6122f75861d4618b0eed257211f43eda95b12e76 /rust-toolchain.toml
parent29011d592968d4d645b909ee28d5fffe0473f285 (diff)
chore: update to Rust 1.74 (#21210)
Update to Rust 1.74
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 b44c3df5f..9e137c1e6 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,3 +1,3 @@
[toolchain]
-channel = "1.73.0"
+channel = "1.74.0"
components = ["rustfmt", "clippy"]