mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 12:46:00 +02:00
update rust version 1.86.0 (#16077)
# Description This PR updates nushell to use rust version 1.86.0
This commit is contained in:
@ -10,7 +10,7 @@ homepage = "https://www.nushell.sh"
|
|||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "nu"
|
name = "nu"
|
||||||
repository = "https://github.com/nushell/nushell"
|
repository = "https://github.com/nushell/nushell"
|
||||||
rust-version = "1.85.1"
|
rust-version = "1.86.0"
|
||||||
version = "0.105.2"
|
version = "0.105.2"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
@ -14,6 +14,4 @@ profile = "default"
|
|||||||
# so that we give repo maintainers and package managers a chance to update to a more
|
# 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
|
# 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.
|
# 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.
|
channel = "1.86.0"
|
||||||
# So, every two nushell releases, this version number should be bumped by one.
|
|
||||||
channel = "1.85.1"
|
|
||||||
|
Reference in New Issue
Block a user