From 082e8d0de855a81daf72e0ee25faffe2b521bfd8 Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Mon, 30 Jun 2025 08:28:38 -0500 Subject: [PATCH] update rust version 1.86.0 (#16077) # Description This PR updates nushell to use rust version 1.86.0 --- Cargo.toml | 2 +- rust-toolchain.toml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 798afd2f67..3c3f373912 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ homepage = "https://www.nushell.sh" license = "MIT" name = "nu" repository = "https://github.com/nushell/nushell" -rust-version = "1.85.1" +rust-version = "1.86.0" version = "0.105.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/rust-toolchain.toml b/rust-toolchain.toml index b651028465..d6a3ec5155 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -14,6 +14,4 @@ profile = "default" # so that we give repo maintainers and package managers a chance to update to a more # recent version of rust. However, if there is a "cool new feature" that we want to # 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 4 week release cycle. -# So, every two nushell releases, this version number should be bumped by one. -channel = "1.85.1" +channel = "1.86.0"