summaryrefslogtreecommitdiff
path: root/rust-toolchain
diff options
context:
space:
mode:
authorEmil Ernerfeldt <emil.ernerfeldt@gmail.com>2023-11-21 17:26:35 +0100
committerGitHub <noreply@github.com>2023-11-21 17:26:35 +0100
commitbfadb90d429c9e6aa1beba37c6c38335e7462eb0 (patch)
treebeeeb21a48262891d6eba5279f0717c193ea0910 /rust-toolchain
parent7abf8afd16eeb2aacf7671a1e8989cf9758ec0af (diff)
Update MSRV to Rust 1.72 (#3595)
Required to update to puffin 0.18
Diffstat (limited to 'rust-toolchain')
-rw-r--r--rust-toolchain6
1 files changed, 3 insertions, 3 deletions
diff --git a/rust-toolchain b/rust-toolchain
index 024d9db9..694e5af9 100644
--- a/rust-toolchain
+++ b/rust-toolchain
@@ -5,6 +5,6 @@
# to the user in the error, instead of "error: invalid channel name '[toolchain]'".
[toolchain]
-channel = "1.70.0"
-components = [ "rustfmt", "clippy" ]
-targets = [ "wasm32-unknown-unknown" ]
+channel = "1.72.0"
+components = ["rustfmt", "clippy"]
+targets = ["wasm32-unknown-unknown"]