summaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
author林炳权 <695601626@qq.com>2024-02-12 11:00:33 +0800
committerGitHub <noreply@github.com>2024-02-12 03:00:33 +0000
commit80d5ffbe7c4109229571bf94182cf3f40397795e (patch)
treebc802643634c5eb974c343b2d63060fe8de2dd3c /rust-toolchain.toml
parent26d9b2f3174030138a13bdb60c6c76a38fa0df19 (diff)
chore: update to Rust 1.76 (#22376)
Update to Rust 1.76
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 c1f5c7bd1..a436857e5 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,3 +1,3 @@
[toolchain]
-channel = "1.75.0"
+channel = "1.76.0"
components = ["rustfmt", "clippy"]