update rust version 1.86.0 (#16077)

# Description

This PR updates nushell to use rust version 1.86.0
This commit is contained in:
Darren Schroeder
2025-06-30 08:28:38 -05:00
committed by GitHub
parent 9da0f41ebb
commit 082e8d0de8
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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"