diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-03-09 15:18:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-09 19:18:00 +0000 |
commit | bb07e230d1270da2a7c35c5dc277ea6129a2214a (patch) | |
tree | f36c5d77dbb09568fccc3886709a1a12eba29d96 /rust-toolchain.toml | |
parent | 8f207c0f3f3a43d77e0c88cfdc840b4b742b9708 (diff) |
chore: update Rust to 1.68.0 (#18102)
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 b42ddcf07..b2cf8c5f2 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.67.0" +channel = "1.68.0" components = ["rustfmt", "clippy"] |