summaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-06-08 04:04:07 +0200
committerGitHub <noreply@github.com>2023-06-08 04:04:07 +0200
commitdd6458b30a4c1ecf4fab1eaffb4563734c5df284 (patch)
tree9bc784194048b34cc73c6fcfeaeb5ec56cb0de41 /rust-toolchain.toml
parent90c2bcdcf81f37d2e40ef2c8abf46fe912cac1d0 (diff)
chore: upgrade to Rust 1.68.2 (#19416)
Also prints disk size in release builds.
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r--rust-toolchain.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index b2cf8c5f2..434cca457 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,3 +1,3 @@
[toolchain]
-channel = "1.68.0"
+channel = "1.68.2"
components = ["rustfmt", "clippy"]