diff options
author | Mathias Lafeldt <mathias.lafeldt@gmail.com> | 2022-09-26 21:52:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-26 21:52:16 +0200 |
commit | 4b01ef5c23973406c44e1178ad11afb779f5c5df (patch) | |
tree | af6585554a28ded70f090d146f9692ee47808fb4 /rust-toolchain.toml | |
parent | c7dd842f84268985e8701c67a9ea2607c13c9ae1 (diff) |
chore: use Rust 1.64.0 (#16035)
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 4a6c26620..cc8f987ef 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.63.0" +channel = "1.64.0" components = ["rustfmt", "clippy"] |