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,11 +4,11 @@ description = "Color configuration code used by Nushell"
edition = "2021"
license = "MIT"
name = "nu-color-config"
version = "0.66.3"
version = "0.66.4"
[dependencies]
nu-protocol = { path = "../nu-protocol", version = "0.66.3" }
nu-protocol = { path = "../nu-protocol", version = "0.66.4" }
nu-ansi-term = "0.46.0"
nu-json = { path = "../nu-json", version = "0.66.3" }
nu-table = { path = "../nu-table", version = "0.66.3" }
nu-json = { path = "../nu-json", version = "0.66.4" }
nu-table = { path = "../nu-table", version = "0.66.4" }
serde = { version="1.0.123", features=["derive"] }