Skip to content

Commit

Permalink
Bump to 0.63 (nushell#5627)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiajt committed May 24, 2022
1 parent 9a482ce commit 06cf3fa
Show file tree
Hide file tree
Showing 33 changed files with 156 additions and 156 deletions.
42 changes: 21 additions & 21 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 @@ -11,7 +11,7 @@ name = "nu"
readme = "README.md"
repository = "https://github.com/nushell/nushell"
rust-version = "1.60"
version = "0.62.1"
version = "0.63.0"

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

Expand All @@ -38,28 +38,28 @@ ctrlc = "3.2.1"
log = "0.4"
miette = "4.5.0"
nu-ansi-term = "0.45.1"
nu-cli = { path="./crates/nu-cli", version = "0.62.1" }
nu-color-config = { path = "./crates/nu-color-config", version = "0.62.1" }
nu-command = { path="./crates/nu-command", version = "0.62.1" }
nu-engine = { path="./crates/nu-engine", version = "0.62.1" }
nu-json = { path="./crates/nu-json", version = "0.62.1" }
nu-parser = { path="./crates/nu-parser", version = "0.62.1" }
nu-path = { path="./crates/nu-path", version = "0.62.1" }
nu-plugin = { path = "./crates/nu-plugin", optional = true, version = "0.62.1" }
nu-pretty-hex = { path = "./crates/nu-pretty-hex", version = "0.62.1" }
nu-protocol = { path = "./crates/nu-protocol", version = "0.62.1" }
nu-system = { path = "./crates/nu-system", version = "0.62.1" }
nu-table = { path = "./crates/nu-table", version = "0.62.1" }
nu-term-grid = { path = "./crates/nu-term-grid", version = "0.62.1" }
nu-utils = { path = "./crates/nu-utils", version = "0.62.1" }
nu-cli = { path="./crates/nu-cli", version = "0.63.0" }
nu-color-config = { path = "./crates/nu-color-config", version = "0.63.0" }
nu-command = { path="./crates/nu-command", version = "0.63.0" }
nu-engine = { path="./crates/nu-engine", version = "0.63.0" }
nu-json = { path="./crates/nu-json", version = "0.63.0" }
nu-parser = { path="./crates/nu-parser", version = "0.63.0" }
nu-path = { path="./crates/nu-path", version = "0.63.0" }
nu-plugin = { path = "./crates/nu-plugin", optional = true, version = "0.63.0" }
nu-pretty-hex = { path = "./crates/nu-pretty-hex", version = "0.63.0" }
nu-protocol = { path = "./crates/nu-protocol", version = "0.63.0" }
nu-system = { path = "./crates/nu-system", version = "0.63.0" }
nu-table = { path = "./crates/nu-table", version = "0.63.0" }
nu-term-grid = { path = "./crates/nu-term-grid", version = "0.63.0" }
nu-utils = { path = "./crates/nu-utils", version = "0.63.0" }
openssl = { version = "0.10.38", features = ["vendored"], optional = true }
pretty_env_logger = "0.4.0"
rayon = "1.5.1"
reedline = { version = "0.6.0", features = ["bashisms"]}
is_executable = "1.0.1"

[dev-dependencies]
nu-test-support = { path="./crates/nu-test-support", version = "0.62.1" }
nu-test-support = { path="./crates/nu-test-support", version = "0.63.0" }
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 @@ -4,20 +4,20 @@ description = "CLI-related functionality for Nushell"
edition = "2021"
license = "MIT"
name = "nu-cli"
version = "0.62.1"
version = "0.63.0"

[dev-dependencies]
nu-test-support = { path="../nu-test-support", version = "0.62.1" }
nu-command = { path = "../nu-command", version = "0.62.1" }
nu-test-support = { path="../nu-test-support", version = "0.63.0" }
nu-command = { path = "../nu-command", version = "0.63.0" }

[dependencies]
nu-engine = { path = "../nu-engine", version = "0.62.1" }
nu-path = { path = "../nu-path", version = "0.62.1" }
nu-parser = { path = "../nu-parser", version = "0.62.1" }
nu-protocol = { path = "../nu-protocol", version = "0.62.1" }
nu-utils = { path = "../nu-utils", version = "0.62.1" }
nu-engine = { path = "../nu-engine", version = "0.63.0" }
nu-path = { path = "../nu-path", version = "0.63.0" }
nu-parser = { path = "../nu-parser", version = "0.63.0" }
nu-protocol = { path = "../nu-protocol", version = "0.63.0" }
nu-utils = { path = "../nu-utils", version = "0.63.0" }
nu-ansi-term = "0.45.1"
nu-color-config = { path = "../nu-color-config", version = "0.62.1" }
nu-color-config = { path = "../nu-color-config", version = "0.63.0" }
reedline = { version = "0.6.0", features = ["bashisms"]}
crossterm = "0.23.0"
miette = { version = "4.5.0", features = ["fancy"] }
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 @@ -4,11 +4,11 @@ description = "Color configuration code used by Nushell"
edition = "2021"
license = "MIT"
name = "nu-color-config"
version = "0.62.1"
version = "0.63.0"

[dependencies]
nu-protocol = { path = "../nu-protocol", version = "0.62.1" }
nu-protocol = { path = "../nu-protocol", version = "0.63.0" }
nu-ansi-term = "0.45.1"
nu-json = { path = "../nu-json", version = "0.62.1" }
nu-table = { path = "../nu-table", version = "0.62.1" }
nu-json = { path = "../nu-json", version = "0.63.0" }
nu-table = { path = "../nu-table", version = "0.63.0" }
serde = { version="1.0.123", features=["derive"] }
28 changes: 14 additions & 14 deletions crates/nu-command/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@ description = "Nushell's built-in commands"
edition = "2021"
license = "MIT"
name = "nu-command"
version = "0.62.1"
version = "0.63.0"
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.62.1" }
nu-engine = { path = "../nu-engine", version = "0.62.1" }
nu-glob = { path = "../nu-glob", version = "0.62.1" }
nu-json = { path = "../nu-json", version = "0.62.1" }
nu-parser = { path = "../nu-parser", version = "0.62.1" }
nu-path = { path = "../nu-path", version = "0.62.1" }
nu-pretty-hex = { path = "../nu-pretty-hex", version = "0.62.1" }
nu-protocol = { path = "../nu-protocol", version = "0.62.1" }
nu-system = { path = "../nu-system", version = "0.62.1" }
nu-table = { path = "../nu-table", version = "0.62.1" }
nu-term-grid = { path = "../nu-term-grid", version = "0.62.1" }
nu-test-support = { path = "../nu-test-support", version = "0.62.1" }
nu-utils = { path = "../nu-utils", version = "0.62.1" }
nu-color-config = { path = "../nu-color-config", version = "0.63.0" }
nu-engine = { path = "../nu-engine", version = "0.63.0" }
nu-glob = { path = "../nu-glob", version = "0.63.0" }
nu-json = { path = "../nu-json", version = "0.63.0" }
nu-parser = { path = "../nu-parser", version = "0.63.0" }
nu-path = { path = "../nu-path", version = "0.63.0" }
nu-pretty-hex = { path = "../nu-pretty-hex", version = "0.63.0" }
nu-protocol = { path = "../nu-protocol", version = "0.63.0" }
nu-system = { path = "../nu-system", version = "0.63.0" }
nu-table = { path = "../nu-table", version = "0.63.0" }
nu-term-grid = { path = "../nu-term-grid", version = "0.63.0" }
nu-test-support = { path = "../nu-test-support", version = "0.63.0" }
nu-utils = { path = "../nu-utils", version = "0.63.0" }
nu-ansi-term = "0.45.1"

# Potential dependencies for extras
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 @@ -4,13 +4,13 @@ description = "Nushell's evaluation engine"
edition = "2021"
license = "MIT"
name = "nu-engine"
version = "0.62.1"
version = "0.63.0"

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

chrono = { version="0.4.19", features=["serde"] }
sysinfo = "0.23.10"
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.62.1"
version = "0.63.0"
authors = ["The Nushell Project Developers", "The Rust Project Developers"]
license = "MIT/Apache-2.0"
description = """
Expand Down
4 changes: 2 additions & 2 deletions crates/nu-json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Fork of serde-hjson"
edition = "2021"
license = "MIT"
name = "nu-json"
version = "0.62.1"
version = "0.63.0"

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

Expand All @@ -20,5 +20,5 @@ lazy_static = "1"
linked-hash-map = { version="0.5", optional=true }

[dev-dependencies]
nu-path = { path="../nu-path", version = "0.62.1" }
nu-path = { path="../nu-path", version = "0.63.0" }
serde_json = "1.0"
8 changes: 4 additions & 4 deletions crates/nu-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ description = "Nushell's parser"
edition = "2021"
license = "MIT"
name = "nu-parser"
version = "0.62.1"
version = "0.63.0"

[dependencies]
chrono = "0.4.19"
miette = "4.5.0"
thiserror = "1.0.29"
serde_json = "1.0"
nu-path = {path = "../nu-path", version = "0.62.1" }
nu-protocol = { path = "../nu-protocol", version = "0.62.1" }
nu-plugin = { path = "../nu-plugin", optional = true, version = "0.62.1" }
nu-path = {path = "../nu-path", version = "0.63.0" }
nu-protocol = { path = "../nu-protocol", version = "0.63.0" }
nu-plugin = { path = "../nu-plugin", optional = true, version = "0.63.0" }
log = "0.4"

[features]
Expand Down
2 changes: 1 addition & 1 deletion crates/nu-path/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Path handling library for Nushell"
edition = "2021"
license = "MIT"
name = "nu-path"
version = "0.62.1"
version = "0.63.0"

[dependencies]
dirs-next = "2.0.0"
Expand Down
Loading

0 comments on commit 06cf3fa

Please sign in to comment.