From 16c15e83a303c5a0b065ba45cdbcc4002f9b5087 Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Thu, 24 Aug 2023 19:13:57 -0500 Subject: [PATCH] bump rust-toolchain to 1.70.0 (#10113) # Description This PR bumps the rust-toolchain to 1.70.0 since 1.72.0 was released today. # User-Facing Changes # Tests + Formatting # After Submitting --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 241e1c748a..32b514c46c 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -16,4 +16,4 @@ profile = "default" # use in nushell, we may opt to use the bleeding edge stable version of rust. # I believe rust is on a 6 week release cycle and nushell is on a 3 week release cycle. # So, every two nushell releases, this version number should be bumped by one. -channel = "1.69.0" +channel = "1.70.0"