diff options
author | 林炳权 <695601626@qq.com> | 2023-11-17 23:06:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-17 08:06:28 -0700 |
commit | 9a1c697045cee8675ff07e3a0abde1e30fea5362 (patch) | |
tree | 6122f75861d4618b0eed257211f43eda95b12e76 /rust-toolchain.toml | |
parent | 29011d592968d4d645b909ee28d5fffe0473f285 (diff) |
chore: update to Rust 1.74 (#21210)
Update to Rust 1.74
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r-- | rust-toolchain.toml | 2 |
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"] |