Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump to dev build v0.72.2 #7360

Merged
merged 1 commit into from
Dec 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 22 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT"
name = "nu"
repository = "https://github.com/nushell/nushell"
rust-version = "1.60"
version = "0.72.1"
version = "0.72.2"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down Expand Up @@ -45,20 +45,20 @@ ctrlc = "3.2.1"
log = "0.4"
miette = { version = "5.1.0", features = ["fancy-no-backtrace"] }
nu-ansi-term = "0.46.0"
nu-cli = { path="./crates/nu-cli", version = "0.72.1" }
nu-color-config = { path = "./crates/nu-color-config", version = "0.72.1" }
nu-command = { path="./crates/nu-command", version = "0.72.1" }
nu-engine = { path="./crates/nu-engine", version = "0.72.1" }
nu-json = { path="./crates/nu-json", version = "0.72.1" }
nu-parser = { path="./crates/nu-parser", version = "0.72.1" }
nu-path = { path="./crates/nu-path", version = "0.72.1" }
nu-plugin = { path = "./crates/nu-plugin", optional = true, version = "0.72.1" }
nu-pretty-hex = { path = "./crates/nu-pretty-hex", version = "0.72.1" }
nu-protocol = { path = "./crates/nu-protocol", version = "0.72.1" }
nu-system = { path = "./crates/nu-system", version = "0.72.1" }
nu-table = { path = "./crates/nu-table", version = "0.72.1" }
nu-term-grid = { path = "./crates/nu-term-grid", version = "0.72.1" }
nu-utils = { path = "./crates/nu-utils", version = "0.72.1" }
nu-cli = { path="./crates/nu-cli", version = "0.72.2" }
nu-color-config = { path = "./crates/nu-color-config", version = "0.72.2" }
nu-command = { path="./crates/nu-command", version = "0.72.2" }
nu-engine = { path="./crates/nu-engine", version = "0.72.2" }
nu-json = { path="./crates/nu-json", version = "0.72.2" }
nu-parser = { path="./crates/nu-parser", version = "0.72.2" }
nu-path = { path="./crates/nu-path", version = "0.72.2" }
nu-plugin = { path = "./crates/nu-plugin", optional = true, version = "0.72.2" }
nu-pretty-hex = { path = "./crates/nu-pretty-hex", version = "0.72.2" }
nu-protocol = { path = "./crates/nu-protocol", version = "0.72.2" }
nu-system = { path = "./crates/nu-system", version = "0.72.2" }
nu-table = { path = "./crates/nu-table", version = "0.72.2" }
nu-term-grid = { path = "./crates/nu-term-grid", version = "0.72.2" }
nu-utils = { path = "./crates/nu-utils", version = "0.72.2" }
reedline = { version = "0.14.0", features = ["bashisms", "sqlite"]}

rayon = "1.5.1"
Expand All @@ -80,7 +80,7 @@ nix = { version = "0.25", default-features = false, features = ["signal", "proce
atty = "0.2"

[dev-dependencies]
nu-test-support = { path="./crates/nu-test-support", version = "0.72.1" }
nu-test-support = { path="./crates/nu-test-support", version = "0.72.2" }
tempfile = "3.2.0"
assert_cmd = "2.0.2"
pretty_assertions = "1.0.0"
Expand Down
18 changes: 9 additions & 9 deletions crates/nu-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ repository = "https://github.com/nushell/nushell/tree/main/crates/nu-cli"
edition = "2021"
license = "MIT"
name = "nu-cli"
version = "0.72.1"
version = "0.72.2"

[dev-dependencies]
nu-test-support = { path="../nu-test-support", version = "0.72.1" }
nu-command = { path = "../nu-command", version = "0.72.1" }
nu-test-support = { path="../nu-test-support", version = "0.72.2" }
nu-command = { path = "../nu-command", version = "0.72.2" }
rstest = {version = "0.15.0", default-features = false}

[dependencies]
nu-engine = { path = "../nu-engine", version = "0.72.1" }
nu-path = { path = "../nu-path", version = "0.72.1" }
nu-parser = { path = "../nu-parser", version = "0.72.1" }
nu-protocol = { path = "../nu-protocol", version = "0.72.1" }
nu-utils = { path = "../nu-utils", version = "0.72.1" }
nu-engine = { path = "../nu-engine", version = "0.72.2" }
nu-path = { path = "../nu-path", version = "0.72.2" }
nu-parser = { path = "../nu-parser", version = "0.72.2" }
nu-protocol = { path = "../nu-protocol", version = "0.72.2" }
nu-utils = { path = "../nu-utils", version = "0.72.2" }
nu-ansi-term = "0.46.0"
nu-color-config = { path = "../nu-color-config", version = "0.72.1" }
nu-color-config = { path = "../nu-color-config", version = "0.72.2" }
reedline = { version = "0.14.0", features = ["bashisms", "sqlite"]}

atty = "0.2.14"
Expand Down
8 changes: 4 additions & 4 deletions crates/nu-color-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ repository = "https://github.com/nushell/nushell/tree/main/crates/nu-color-confi
edition = "2021"
license = "MIT"
name = "nu-color-config"
version = "0.72.1"
version = "0.72.2"

[dependencies]
nu-protocol = { path = "../nu-protocol", version = "0.72.1" }
nu-protocol = { path = "../nu-protocol", version = "0.72.2" }
nu-ansi-term = "0.46.0"
nu-json = { path = "../nu-json", version = "0.72.1" }
nu-table = { path = "../nu-table", version = "0.72.1" }
nu-json = { path = "../nu-json", version = "0.72.2" }
nu-table = { path = "../nu-table", version = "0.72.2" }
serde = { version="1.0.123", features=["derive"] }
30 changes: 15 additions & 15 deletions crates/nu-command/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@ repository = "https://github.com/nushell/nushell/tree/main/crates/nu-command"
edition = "2021"
license = "MIT"
name = "nu-command"
version = "0.72.1"
version = "0.72.2"
build = "build.rs"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
nu-color-config = { path = "../nu-color-config", version = "0.72.1" }
nu-engine = { path = "../nu-engine", version = "0.72.1" }
nu-glob = { path = "../nu-glob", version = "0.72.1" }
nu-json = { path = "../nu-json", version = "0.72.1" }
nu-parser = { path = "../nu-parser", version = "0.72.1" }
nu-path = { path = "../nu-path", version = "0.72.1" }
nu-pretty-hex = { path = "../nu-pretty-hex", version = "0.72.1" }
nu-protocol = { path = "../nu-protocol", version = "0.72.1" }
nu-system = { path = "../nu-system", version = "0.72.1" }
nu-table = { path = "../nu-table", version = "0.72.1" }
nu-term-grid = { path = "../nu-term-grid", version = "0.72.1" }
nu-utils = { path = "../nu-utils", version = "0.72.1" }
nu-explore = { path = "../nu-explore", version = "0.72.1" }
nu-color-config = { path = "../nu-color-config", version = "0.72.2" }
nu-engine = { path = "../nu-engine", version = "0.72.2" }
nu-glob = { path = "../nu-glob", version = "0.72.2" }
nu-json = { path = "../nu-json", version = "0.72.2" }
nu-parser = { path = "../nu-parser", version = "0.72.2" }
nu-path = { path = "../nu-path", version = "0.72.2" }
nu-pretty-hex = { path = "../nu-pretty-hex", version = "0.72.2" }
nu-protocol = { path = "../nu-protocol", version = "0.72.2" }
nu-system = { path = "../nu-system", version = "0.72.2" }
nu-table = { path = "../nu-table", version = "0.72.2" }
nu-term-grid = { path = "../nu-term-grid", version = "0.72.2" }
nu-utils = { path = "../nu-utils", version = "0.72.2" }
nu-explore = { path = "../nu-explore", version = "0.72.2" }
nu-ansi-term = "0.46.0"
num-format = { version = "0.4.3" }

Expand Down Expand Up @@ -156,7 +156,7 @@ sqlite = ["rusqlite"] # TODO: given that rusqlite is included in reedline, shoul
shadow-rs = { version = "0.16.1", default-features = false }

[dev-dependencies]
nu-test-support = { path = "../nu-test-support", version = "0.72.1" }
nu-test-support = { path = "../nu-test-support", version = "0.72.2" }

hamcrest2 = "0.3.0"
dirs-next = "2.0.0"
Expand Down
10 changes: 5 additions & 5 deletions crates/nu-engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ repository = "https://github.com/nushell/nushell/tree/main/crates/nu-engine"
edition = "2021"
license = "MIT"
name = "nu-engine"
version = "0.72.1"
version = "0.72.2"

[dependencies]
nu-protocol = { path = "../nu-protocol", features = ["plugin"], version = "0.72.1" }
nu-path = { path = "../nu-path", version = "0.72.1" }
nu-glob = { path = "../nu-glob", version = "0.72.1" }
nu-utils = { path = "../nu-utils", version = "0.72.1" }
nu-protocol = { path = "../nu-protocol", features = ["plugin"], version = "0.72.2" }
nu-path = { path = "../nu-path", version = "0.72.2" }
nu-glob = { path = "../nu-glob", version = "0.72.2" }
nu-utils = { path = "../nu-utils", version = "0.72.2" }

chrono = { version="0.4.23", features = ["std"], default-features = false }
sysinfo ="0.26.2"
Expand Down
12 changes: 6 additions & 6 deletions crates/nu-explore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ repository = "https://github.com/nushell/nushell/tree/main/crates/nu-explore"
edition = "2021"
license = "MIT"
name = "nu-explore"
version = "0.72.1"
version = "0.72.2"

[dependencies]
nu-ansi-term = "0.46.0"
nu-protocol = { path = "../nu-protocol", version = "0.72.1" }
nu-parser = { path = "../nu-parser", version = "0.72.1" }
nu-color-config = { path = "../nu-color-config", version = "0.72.1" }
nu-engine = { path = "../nu-engine", version = "0.72.1" }
nu-table = { path = "../nu-table", version = "0.72.1" }
nu-protocol = { path = "../nu-protocol", version = "0.72.2" }
nu-parser = { path = "../nu-parser", version = "0.72.2" }
nu-color-config = { path = "../nu-color-config", version = "0.72.2" }
nu-engine = { path = "../nu-engine", version = "0.72.2" }
nu-table = { path = "../nu-table", version = "0.72.2" }

terminal_size = "0.2.1"
strip-ansi-escapes = "0.1.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/nu-glob/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nu-glob"
version = "0.72.1"
version = "0.72.2"
authors = ["The Nushell Project Developers", "The Rust Project Developers"]
license = "MIT/Apache-2.0"
description = """
Expand Down
Loading