diff options
author | Matt Mastracci <matthew@mastracci.com> | 2023-07-13 15:16:24 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-13 15:16:24 -0600 |
commit | 8465bd0037acbaac0c7dfab6a8c6dbf47539934e (patch) | |
tree | c2ba7e1ba75a45ba552f40f7a09407674a890916 /rust-toolchain.toml | |
parent | c5ddb5f205dcd6b273b0b451f01f79b68621b2e4 (diff) |
chore: update to Rust 1.71 (#19822)
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 0538cafab..9058c7d87 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.70" +channel = "1.71.0" components = ["rustfmt", "clippy"] |