mirror of
https://github.com/nushell/nushell
synced 2025-01-14 22:24:54 +00:00
Update Cargo.toml
This commit is contained in:
parent
ec5fd62f9f
commit
eceae26b0a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ chrono = "0.4.19"
|
||||||
miette = "4.1.0"
|
miette = "4.1.0"
|
||||||
thiserror = "1.0.29"
|
thiserror = "1.0.29"
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
nu-path = {path = "../nu-path"}
|
nu-path = {path = "../nu-path", version = "0.60.0" }
|
||||||
nu-protocol = { path = "../nu-protocol", version = "0.60.0" }
|
nu-protocol = { path = "../nu-protocol", version = "0.60.0" }
|
||||||
nu-plugin = { path = "../nu-plugin", optional = true, version = "0.60.0" }
|
nu-plugin = { path = "../nu-plugin", optional = true, version = "0.60.0" }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
|
Loading…
Reference in a new issue