summaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2022-05-13 01:12:55 +0200
committerGitHub <noreply@github.com>2022-05-13 01:12:55 +0200
commit0ee76da07b12fba38962634e65853d73adf9d4c0 (patch)
tree49ab40c5662c0d8820c7973ff788139ad3c5e62c /rust-toolchain.toml
parent6fff813029b47c0ca9497aaba5920f8acf981772 (diff)
chore: update to rust 1.60.0 & update Cargo.lock (#14260)
Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com> Co-authored-by: Aaron O'Mullan <aaron.omullan@gmail.com>
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 7bdffcd28..36189978f 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,3 +1,3 @@
[toolchain]
-channel = "1.59.0"
+channel = "1.60.0"
components = ["rustfmt", "clippy"]