mirror of
https://github.com/nushell/nushell
synced 2024-11-10 07:04:13 +00:00
Bump rust toolchain (#13499)
Following the Rust 1.80 release update our supported Rust version to 1.78.0 Necessary clippy fixes in #13497
This commit is contained in:
parent
813aac89bd
commit
d880241102
2 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ homepage = "https://www.nushell.sh"
|
|||
license = "MIT"
|
||||
name = "nu"
|
||||
repository = "https://github.com/nushell/nushell"
|
||||
rust-version = "1.77.2"
|
||||
rust-version = "1.78.0"
|
||||
version = "0.96.2"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
@ -313,4 +313,4 @@ bench = false
|
|||
# Run individual benchmarks like `cargo bench -- <regex>` e.g. `cargo bench -- parse`
|
||||
[[bench]]
|
||||
name = "benchmarks"
|
||||
harness = false
|
||||
harness = false
|
||||
|
|
|
@ -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 4 week release cycle.
|
||||
# So, every two nushell releases, this version number should be bumped by one.
|
||||
channel = "1.77.2"
|
||||
channel = "1.78.0"
|
||||
|
|
Loading…
Reference in a new issue