mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 07:28:27 +02:00
committed by
GitHub
parent
d99905b604
commit
fb26109049
@ -6,7 +6,7 @@ repository = "https://github.com/nushell/nushell/tree/main/crates/nu-cmd-lang"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
name = "nu-cmd-lang"
|
||||
version = "0.100.1"
|
||||
version = "0.101.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -15,10 +15,10 @@ bench = false
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
nu-engine = { path = "../nu-engine", version = "0.100.1", default-features = false }
|
||||
nu-parser = { path = "../nu-parser", version = "0.100.1" }
|
||||
nu-protocol = { path = "../nu-protocol", version = "0.100.1", default-features = false }
|
||||
nu-utils = { path = "../nu-utils", version = "0.100.1", default-features = false }
|
||||
nu-engine = { path = "../nu-engine", version = "0.101.0", default-features = false }
|
||||
nu-parser = { path = "../nu-parser", version = "0.101.0" }
|
||||
nu-protocol = { path = "../nu-protocol", version = "0.101.0", default-features = false }
|
||||
nu-utils = { path = "../nu-utils", version = "0.101.0", default-features = false }
|
||||
|
||||
itertools = { workspace = true }
|
||||
shadow-rs = { version = "0.37", default-features = false }
|
||||
@ -42,4 +42,4 @@ mimalloc = []
|
||||
trash-support = []
|
||||
sqlite = []
|
||||
static-link-openssl = []
|
||||
system-clipboard = []
|
||||
system-clipboard = []
|
Reference in New Issue
Block a user