summaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorMatt Mastracci <matthew@mastracci.com>2023-06-29 15:25:48 -0600
committerGitHub <noreply@github.com>2023-06-29 15:25:48 -0600
commit13a45ae994640d3d2a255d20afe3d9ed95edc853 (patch)
tree6caaf7c146f0039f78ffb6c5a0a9c2753932fccb /rust-toolchain.toml
parentd98be230230ab93602d1f48ea0bdf9ddc6b0302d (diff)
chore: upgrade Rust to 1.70 and libffi-sys to 2.3.0 (#19639)
Bump: - Rust -> 1.7.0 - libffi-sys -> 2.3.0 LLVM version won't change often, but it's slightly easier to edit now.
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 434cca457..0538cafab 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,3 +1,3 @@
[toolchain]
-channel = "1.68.2"
+channel = "1.70"
components = ["rustfmt", "clippy"]