diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2023-06-07 18:40:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-07 22:40:44 +0000 |
commit | 21084a127f794e899a5e16a81cc832b665298aff (patch) | |
tree | 5d39f75f3c18f541510613b489c6061fe3223dd8 /rust-toolchain.toml | |
parent | 794f731238f5036a980b1e1e21e7b4acb652d914 (diff) |
chore: downgrade to Rust 1.68 (#19411)
Problems still persist from https://github.com/denoland/deno/pull/19407
-- downgrading to try out 1.68
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 f33220296..b2cf8c5f2 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.69.0" +channel = "1.68.0" components = ["rustfmt", "clippy"] |