summaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-06-07 17:02:43 -0400
committerGitHub <noreply@github.com>2023-06-07 21:02:43 +0000
commit7e91f74d2b00cdc64042ba66e45d912fa2d9b647 (patch)
tree09bc08c86ee2a2627facff11c4693e2ced44249b /rust-toolchain.toml
parentda9db887e34f0075e1433ee93854267aec0ef468 (diff)
chore: downgrade to Rust 1.69 (#19407)
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 f15cd1c92..f33220296 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,3 +1,3 @@
[toolchain]
-channel = "1.70.0"
+channel = "1.69.0"
components = ["rustfmt", "clippy"]