From 873838dfbda73219a78d50d61c7b1df14419d8f5 Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Fri, 10 Mar 2023 17:23:20 +0000 Subject: [PATCH] chore: upgrade toolchain to 1.68.0 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 64d7edff80b..d446fc86b9b 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -2,4 +2,4 @@ # The default profile includes rustc, rust-std, cargo, rust-docs, rustfmt and clippy. # https://rust-lang.github.io/rustup/concepts/profiles.html profile = "default" -channel = "1.67.1" +channel = "1.68.0"