bump dev version ahead of language changes (#6267)

This commit is contained in:
JT
2022-08-09 08:15:41 +12:00
committed by GitHub
parent 9adcecbbf1
commit 121b801baa
34 changed files with 160 additions and 160 deletions

View File

@ -4,21 +4,21 @@ description = "CLI-related functionality for Nushell"
edition = "2021"
license = "MIT"
name = "nu-cli"
version = "0.66.3"
version = "0.66.4"
[dev-dependencies]
nu-test-support = { path="../nu-test-support", version = "0.66.3" }
nu-command = { path = "../nu-command", version = "0.66.3" }
nu-test-support = { path="../nu-test-support", version = "0.66.4" }
nu-command = { path = "../nu-command", version = "0.66.4" }
rstest = {version = "0.15.0", default-features = false}
[dependencies]
nu-engine = { path = "../nu-engine", version = "0.66.3" }
nu-path = { path = "../nu-path", version = "0.66.3" }
nu-parser = { path = "../nu-parser", version = "0.66.3" }
nu-protocol = { path = "../nu-protocol", version = "0.66.3" }
nu-utils = { path = "../nu-utils", version = "0.66.3" }
nu-engine = { path = "../nu-engine", version = "0.66.4" }
nu-path = { path = "../nu-path", version = "0.66.4" }
nu-parser = { path = "../nu-parser", version = "0.66.4" }
nu-protocol = { path = "../nu-protocol", version = "0.66.4" }
nu-utils = { path = "../nu-utils", version = "0.66.4" }
nu-ansi-term = "0.46.0"
nu-color-config = { path = "../nu-color-config", version = "0.66.3" }
nu-color-config = { path = "../nu-color-config", version = "0.66.4" }
reedline = { version = "0.9.0", features = ["bashisms", "sqlite"]}
chrono = "0.4.20"