forked from extern/nushell
Bump version to 0.77.0
(#8410)
This commit is contained in:
committed by
GitHub
parent
c7583ecdb7
commit
fd09609b44
@ -6,18 +6,19 @@ repository = "https://github.com/nushell/nushell/tree/main/crates/nu-cmd-lang"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
name = "nu-cmd-lang"
|
||||
version = "0.76.1"
|
||||
version = "0.77.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
|
||||
[dependencies]
|
||||
nu-color-config = { path = "../nu-color-config", version = "0.77.0" }
|
||||
nu-engine = { path = "../nu-engine", version = "0.77.0" }
|
||||
nu-parser = { path = "../nu-parser", version = "0.77.0" }
|
||||
nu-protocol = { path = "../nu-protocol", version = "0.77.0" }
|
||||
nu-utils = { path = "../nu-utils", version = "0.77.0" }
|
||||
|
||||
nu-ansi-term = "0.47.0"
|
||||
nu-color-config = { path = "../nu-color-config", version = "0.76.1" }
|
||||
nu-engine = { path = "../nu-engine", version = "0.76.1" }
|
||||
nu-parser = { path = "../nu-parser", version = "0.76.1" }
|
||||
nu-protocol = { path = "../nu-protocol", version = "0.76.1" }
|
||||
nu-utils = { path = "../nu-utils", version = "0.76.1" }
|
||||
|
||||
fancy-regex = "0.11.0"
|
||||
itertools = "0.10.0"
|
||||
@ -28,4 +29,4 @@ shadow-rs = { version = "0.21.0", default-features = false }
|
||||
shadow-rs = { version = "0.21.0", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
nu-test-support = { path="../nu-test-support", version = "0.76.1" }
|
||||
nu-test-support = { path="../nu-test-support", version = "0.77.0" }
|
||||
|
Reference in New Issue
Block a user