bump version of nu-command

This commit is contained in:
JT
2022-07-28 09:36:23 +12:00
parent 370639d7d7
commit 81531e224e
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -2554,7 +2554,7 @@ dependencies = [
[[package]]
name = "nu-command"
version = "0.66.1"
version = "0.66.2"
dependencies = [
"Inflector",
"alphanumeric-sort",

View File

@ -41,7 +41,7 @@ miette = "5.1.0"
nu-ansi-term = "0.46.0"
nu-cli = { path="./crates/nu-cli", version = "0.66.1" }
nu-color-config = { path = "./crates/nu-color-config", version = "0.66.1" }
nu-command = { path="./crates/nu-command", version = "0.66.1" }
nu-command = { path="./crates/nu-command", version = "0.66.2" }
nu-engine = { path="./crates/nu-engine", version = "0.66.1" }
nu-json = { path="./crates/nu-json", version = "0.66.1" }
nu-parser = { path="./crates/nu-parser", version = "0.66.1" }

View File

@ -4,7 +4,7 @@ description = "Nushell's built-in commands"
edition = "2021"
license = "MIT"
name = "nu-command"
version = "0.66.1"
version = "0.66.2"
build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html