diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2023-06-05 20:35:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-06 00:35:39 +0000 |
commit | 5c55f2b4fb9f386d5589e4cbd4c513ecb1bae50b (patch) | |
tree | aeffd55113b13518b28116f3048aaff572e4cae5 /rust-toolchain.toml | |
parent | 8829a1d3620cab23f7ac724feeae60c9de6ebad2 (diff) |
chore: upgrade to Rust 1.70.0 (#19345)
Co-authored-by: linbingquan <695601626@qq.com>
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 434cca457..f15cd1c92 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.68.2" +channel = "1.70.0" components = ["rustfmt", "clippy"] |