mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 11:55:55 +02:00
Bump version to 0.94.0 (#12987)
This commit is contained in:
@ -6,16 +6,16 @@ repository = "https://github.com/nushell/nushell/tree/main/crates/nu-cmd-lang"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
name = "nu-cmd-lang"
|
||||
version = "0.93.1"
|
||||
version = "0.94.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
|
||||
[dependencies]
|
||||
nu-engine = { path = "../nu-engine", version = "0.93.1" }
|
||||
nu-parser = { path = "../nu-parser", version = "0.93.1" }
|
||||
nu-protocol = { path = "../nu-protocol", version = "0.93.1" }
|
||||
nu-utils = { path = "../nu-utils", version = "0.93.1" }
|
||||
nu-engine = { path = "../nu-engine", version = "0.94.0" }
|
||||
nu-parser = { path = "../nu-parser", version = "0.94.0" }
|
||||
nu-protocol = { path = "../nu-protocol", version = "0.94.0" }
|
||||
nu-utils = { path = "../nu-utils", version = "0.94.0" }
|
||||
|
||||
itertools = { workspace = true }
|
||||
shadow-rs = { version = "0.28", default-features = false }
|
||||
@ -29,4 +29,4 @@ which-support = []
|
||||
trash-support = []
|
||||
sqlite = []
|
||||
static-link-openssl = []
|
||||
system-clipboard = []
|
||||
system-clipboard = []
|
Reference in New Issue
Block a user