diff options
author | Aaron O'Mullan <aaron.omullan@gmail.com> | 2022-06-19 12:01:34 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-19 12:01:34 -0300 |
commit | d0137a93df99d88728cc1dbc6c37e89d39ec2914 (patch) | |
tree | 22f294cd3f87f816040c06b3a5f8b80a2d9c62f9 /rust-toolchain.toml | |
parent | caaece0d9a62994ef07cf4597d7641762ba8f1ec (diff) |
chore: use rust 1.61.0 (#14911)
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 36189978f..e2609326f 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.60.0" +channel = "1.61.0" components = ["rustfmt", "clippy"] |