From 3ffafa7196ad48a4bb3fe714a5268621280c80bc Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Fri, 14 Jul 2023 17:29:52 -0500 Subject: [PATCH] update rust toolchain to 1.69.0 (#9691) # Description This PR bumps the rust toolchain from 1.68.2 to 1.69.0 since 1.71.0 was released 7/13/2023. # User-Facing Changes # Tests + Formatting # After Submitting --- rust-toolchain.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 24309ea48..241e1c748 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -16,5 +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.68.2" - +channel = "1.69.0"