Skip to content

Commit

Permalink
Bump to 0.40 (nushell#4129)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiajt committed Nov 16, 2021
1 parent 09691ff commit 2590fcb
Show file tree
Hide file tree
Showing 38 changed files with 303 additions and 277 deletions.
136 changes: 81 additions & 55 deletions Cargo.lock

Large diffs are not rendered by default.

60 changes: 30 additions & 30 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,50 +10,50 @@ license = "MIT"
name = "nu"
readme = "README.md"
repository = "https://github.com/nushell/nushell"
version = "0.39.0"
version = "0.40.0"

[workspace]
members = ["crates/*/"]

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

[dependencies]
nu-cli = { version = "0.39.0", path="./crates/nu-cli", default-features=false }
nu-command = { version = "0.39.0", path="./crates/nu-command" }
nu-completion = { version = "0.39.0", path="./crates/nu-completion" }
nu-data = { version = "0.39.0", path="./crates/nu-data" }
nu-engine = { version = "0.39.0", path="./crates/nu-engine" }
nu-errors = { version = "0.39.0", path="./crates/nu-errors" }
nu-parser = { version = "0.39.0", path="./crates/nu-parser" }
nu-path = { version = "0.39.0", path="./crates/nu-path" }
nu-plugin = { version = "0.39.0", path="./crates/nu-plugin" }
nu-protocol = { version = "0.39.0", path="./crates/nu-protocol" }
nu-source = { version = "0.39.0", path="./crates/nu-source" }
nu-value-ext = { version = "0.39.0", path="./crates/nu-value-ext" }

nu_plugin_binaryview = { version = "0.39.0", path="./crates/nu_plugin_binaryview", optional=true }
nu_plugin_chart = { version = "0.39.0", path="./crates/nu_plugin_chart", optional=true }
nu_plugin_from_bson = { version = "0.39.0", path="./crates/nu_plugin_from_bson", optional=true }
nu_plugin_from_sqlite = { version = "0.39.0", path="./crates/nu_plugin_from_sqlite", optional=true }
nu_plugin_inc = { version = "0.39.0", path="./crates/nu_plugin_inc", optional=true }
nu_plugin_match = { version = "0.39.0", path="./crates/nu_plugin_match", optional=true }
nu_plugin_query_json = { version = "0.39.0", path="./crates/nu_plugin_query_json", optional=true }
nu_plugin_s3 = { version = "0.39.0", path="./crates/nu_plugin_s3", optional=true }
nu_plugin_selector = { version = "0.39.0", path="./crates/nu_plugin_selector", optional=true }
nu_plugin_start = { version = "0.39.0", path="./crates/nu_plugin_start", optional=true }
nu_plugin_textview = { version = "0.39.0", path="./crates/nu_plugin_textview", optional=true }
nu_plugin_to_bson = { version = "0.39.0", path="./crates/nu_plugin_to_bson", optional=true }
nu_plugin_to_sqlite = { version = "0.39.0", path="./crates/nu_plugin_to_sqlite", optional=true }
nu_plugin_tree = { version = "0.39.0", path="./crates/nu_plugin_tree", optional=true }
nu_plugin_xpath = { version = "0.39.0", path="./crates/nu_plugin_xpath", optional=true }
nu-cli = { version = "0.40.0", path="./crates/nu-cli", default-features=false }
nu-command = { version = "0.40.0", path="./crates/nu-command" }
nu-completion = { version = "0.40.0", path="./crates/nu-completion" }
nu-data = { version = "0.40.0", path="./crates/nu-data" }
nu-engine = { version = "0.40.0", path="./crates/nu-engine" }
nu-errors = { version = "0.40.0", path="./crates/nu-errors" }
nu-parser = { version = "0.40.0", path="./crates/nu-parser" }
nu-path = { version = "0.40.0", path="./crates/nu-path" }
nu-plugin = { version = "0.40.0", path="./crates/nu-plugin" }
nu-protocol = { version = "0.40.0", path="./crates/nu-protocol" }
nu-source = { version = "0.40.0", path="./crates/nu-source" }
nu-value-ext = { version = "0.40.0", path="./crates/nu-value-ext" }

nu_plugin_binaryview = { version = "0.40.0", path="./crates/nu_plugin_binaryview", optional=true }
nu_plugin_chart = { version = "0.40.0", path="./crates/nu_plugin_chart", optional=true }
nu_plugin_from_bson = { version = "0.40.0", path="./crates/nu_plugin_from_bson", optional=true }
nu_plugin_from_sqlite = { version = "0.40.0", path="./crates/nu_plugin_from_sqlite", optional=true }
nu_plugin_inc = { version = "0.40.0", path="./crates/nu_plugin_inc", optional=true }
nu_plugin_match = { version = "0.40.0", path="./crates/nu_plugin_match", optional=true }
nu_plugin_query_json = { version = "0.40.0", path="./crates/nu_plugin_query_json", optional=true }
nu_plugin_s3 = { version = "0.40.0", path="./crates/nu_plugin_s3", optional=true }
nu_plugin_selector = { version = "0.40.0", path="./crates/nu_plugin_selector", optional=true }
nu_plugin_start = { version = "0.40.0", path="./crates/nu_plugin_start", optional=true }
nu_plugin_textview = { version = "0.40.0", path="./crates/nu_plugin_textview", optional=true }
nu_plugin_to_bson = { version = "0.40.0", path="./crates/nu_plugin_to_bson", optional=true }
nu_plugin_to_sqlite = { version = "0.40.0", path="./crates/nu_plugin_to_sqlite", optional=true }
nu_plugin_tree = { version = "0.40.0", path="./crates/nu_plugin_tree", optional=true }
nu_plugin_xpath = { version = "0.40.0", path="./crates/nu_plugin_xpath", optional=true }

# Required to bootstrap the main binary
ctrlc = { version="3.1.7", optional=true }
futures = { version="0.3.12", features=["compat", "io-compat"] }
itertools = "0.10.0"

[dev-dependencies]
nu-test-support = { version = "0.39.0", path="./crates/nu-test-support" }
nu-test-support = { version = "0.40.0", path="./crates/nu-test-support" }
serial_test = "0.5.1"
hamcrest2 = "0.3.0"
rstest = "0.10.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/nu-ansi-term/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "Library for ANSI terminal colors and styles (bold, underline)"
edition = "2018"
license = "MIT"
name = "nu-ansi-term"
version = "0.39.0"
version = "0.40.0"

[lib]
doctest = false
Expand Down
24 changes: 12 additions & 12 deletions crates/nu-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@ description = "CLI for nushell"
edition = "2018"
license = "MIT"
name = "nu-cli"
version = "0.39.0"
version = "0.40.0"
build = "build.rs"

[lib]
doctest = false

[dependencies]
nu-completion = { version = "0.39.0", path="../nu-completion" }
nu-command = { version = "0.39.0", path="../nu-command" }
nu-data = { version = "0.39.0", path="../nu-data" }
nu-engine = { version = "0.39.0", path="../nu-engine" }
nu-errors = { version = "0.39.0", path="../nu-errors" }
nu-parser = { version = "0.39.0", path="../nu-parser" }
nu-protocol = { version = "0.39.0", path="../nu-protocol" }
nu-source = { version = "0.39.0", path="../nu-source" }
nu-stream = { version = "0.39.0", path="../nu-stream" }
nu-ansi-term = { version = "0.39.0", path="../nu-ansi-term" }
nu-path = { version = "0.39.0", path="../nu-path" }
nu-completion = { version = "0.40.0", path="../nu-completion" }
nu-command = { version = "0.40.0", path="../nu-command" }
nu-data = { version = "0.40.0", path="../nu-data" }
nu-engine = { version = "0.40.0", path="../nu-engine" }
nu-errors = { version = "0.40.0", path="../nu-errors" }
nu-parser = { version = "0.40.0", path="../nu-parser" }
nu-protocol = { version = "0.40.0", path="../nu-protocol" }
nu-source = { version = "0.40.0", path="../nu-source" }
nu-stream = { version = "0.40.0", path="../nu-stream" }
nu-ansi-term = { version = "0.40.0", path="../nu-ansi-term" }
nu-path = { version = "0.40.0", path="../nu-path" }

indexmap ="1.6.1"
log = "0.4.14"
Expand Down
34 changes: 17 additions & 17 deletions crates/nu-command/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@ description = "CLI for nushell"
edition = "2018"
license = "MIT"
name = "nu-command"
version = "0.39.0"
version = "0.40.0"

[lib]
doctest = false

[dependencies]
nu-data = { version = "0.39.0", path="../nu-data" }
nu-engine = { version = "0.39.0", path="../nu-engine" }
nu-errors = { version = "0.39.0", path="../nu-errors" }
nu-json = { version = "0.39.0", path="../nu-json" }
nu-path = { version = "0.39.0", path="../nu-path" }
nu-parser = { version = "0.39.0", path="../nu-parser" }
nu-plugin = { version = "0.39.0", path="../nu-plugin" }
nu-protocol = { version = "0.39.0", path="../nu-protocol" }
nu-serde = { version = "0.39.0", path="../nu-serde" }
nu-source = { version = "0.39.0", path="../nu-source" }
nu-stream = { version = "0.39.0", path="../nu-stream" }
nu-table = { version = "0.39.0", path="../nu-table" }
nu-test-support = { version = "0.39.0", path="../nu-test-support" }
nu-value-ext = { version = "0.39.0", path="../nu-value-ext" }
nu-ansi-term = { version = "0.39.0", path="../nu-ansi-term" }
nu-pretty-hex = { version = "0.39.0", path="../nu-pretty-hex" }
nu-data = { version = "0.40.0", path="../nu-data" }
nu-engine = { version = "0.40.0", path="../nu-engine" }
nu-errors = { version = "0.40.0", path="../nu-errors" }
nu-json = { version = "0.40.0", path="../nu-json" }
nu-path = { version = "0.40.0", path="../nu-path" }
nu-parser = { version = "0.40.0", path="../nu-parser" }
nu-plugin = { version = "0.40.0", path="../nu-plugin" }
nu-protocol = { version = "0.40.0", path="../nu-protocol" }
nu-serde = { version = "0.40.0", path="../nu-serde" }
nu-source = { version = "0.40.0", path="../nu-source" }
nu-stream = { version = "0.40.0", path="../nu-stream" }
nu-table = { version = "0.40.0", path="../nu-table" }
nu-test-support = { version = "0.40.0", path="../nu-test-support" }
nu-value-ext = { version = "0.40.0", path="../nu-value-ext" }
nu-ansi-term = { version = "0.40.0", path="../nu-ansi-term" }
nu-pretty-hex = { version = "0.40.0", path="../nu-pretty-hex" }

url = "2.2.1"
mime = "0.3.16"
Expand Down
16 changes: 8 additions & 8 deletions crates/nu-completion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ description = "Completions for nushell"
edition = "2018"
license = "MIT"
name = "nu-completion"
version = "0.39.0"
version = "0.40.0"

[lib]
doctest = false

[dependencies]
nu-engine = { version = "0.39.0", path="../nu-engine" }
nu-data = { version = "0.39.0", path="../nu-data" }
nu-parser = { version = "0.39.0", path="../nu-parser" }
nu-path = { version = "0.39.0", path="../nu-path" }
nu-protocol = { version = "0.39.0", path="../nu-protocol" }
nu-source = { version = "0.39.0", path="../nu-source" }
nu-test-support = { version = "0.39.0", path="../nu-test-support" }
nu-engine = { version = "0.40.0", path="../nu-engine" }
nu-data = { version = "0.40.0", path="../nu-data" }
nu-parser = { version = "0.40.0", path="../nu-parser" }
nu-path = { version = "0.40.0", path="../nu-path" }
nu-protocol = { version = "0.40.0", path="../nu-protocol" }
nu-source = { version = "0.40.0", path="../nu-source" }
nu-test-support = { version = "0.40.0", path="../nu-test-support" }
indexmap = { version="1.6.1", features=["serde-1"] }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
Expand Down
18 changes: 9 additions & 9 deletions crates/nu-data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "CLI for nushell"
edition = "2018"
license = "MIT"
name = "nu-data"
version = "0.39.0"
version = "0.40.0"

[lib]
doctest = false
Expand All @@ -27,14 +27,14 @@ sha2 = "0.9.3"
sys-locale = "0.1.0"
toml = "0.5.8"

nu-errors = { version = "0.39.0", path="../nu-errors" }
nu-path = { version = "0.39.0", path="../nu-path" }
nu-protocol = { version = "0.39.0", path="../nu-protocol" }
nu-source = { version = "0.39.0", path="../nu-source" }
nu-table = { version = "0.39.0", path="../nu-table" }
nu-test-support = { version = "0.39.0", path="../nu-test-support" }
nu-value-ext = { version = "0.39.0", path="../nu-value-ext" }
nu-ansi-term = { version = "0.39.0", path="../nu-ansi-term" }
nu-errors = { version = "0.40.0", path="../nu-errors" }
nu-path = { version = "0.40.0", path="../nu-path" }
nu-protocol = { version = "0.40.0", path="../nu-protocol" }
nu-source = { version = "0.40.0", path="../nu-source" }
nu-table = { version = "0.40.0", path="../nu-table" }
nu-test-support = { version = "0.40.0", path="../nu-test-support" }
nu-value-ext = { version = "0.40.0", path="../nu-value-ext" }
nu-ansi-term = { version = "0.40.0", path="../nu-ansi-term" }

[features]
dataframe = ["nu-protocol/dataframe"]
26 changes: 13 additions & 13 deletions crates/nu-engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ description = "Core commands for nushell"
edition = "2018"
license = "MIT"
name = "nu-engine"
version = "0.39.0"
version = "0.40.0"

[dependencies]
nu-data = { version = "0.39.0", path="../nu-data" }
nu-errors = { version = "0.39.0", path="../nu-errors" }
nu-parser = { version = "0.39.0", path="../nu-parser" }
nu-plugin = { version = "0.39.0", path="../nu-plugin" }
nu-protocol = { version = "0.39.0", path="../nu-protocol" }
nu-source = { version = "0.39.0", path="../nu-source" }
nu-stream = { version = "0.39.0", path="../nu-stream" }
nu-value-ext = { version = "0.39.0", path="../nu-value-ext" }
nu-ansi-term = { version = "0.39.0", path="../nu-ansi-term" }
nu-test-support = { version = "0.39.0", path="../nu-test-support" }
nu-path = { version = "0.39.0", path="../nu-path" }
nu-data = { version = "0.40.0", path="../nu-data" }
nu-errors = { version = "0.40.0", path="../nu-errors" }
nu-parser = { version = "0.40.0", path="../nu-parser" }
nu-plugin = { version = "0.40.0", path="../nu-plugin" }
nu-protocol = { version = "0.40.0", path="../nu-protocol" }
nu-source = { version = "0.40.0", path="../nu-source" }
nu-stream = { version = "0.40.0", path="../nu-stream" }
nu-value-ext = { version = "0.40.0", path="../nu-value-ext" }
nu-ansi-term = { version = "0.40.0", path="../nu-ansi-term" }
nu-test-support = { version = "0.40.0", path="../nu-test-support" }
nu-path = { version = "0.40.0", path="../nu-path" }

trash = { version="1.3.0", optional=true }
which = { version="4.0.2", optional=true }
Expand Down Expand Up @@ -50,7 +50,7 @@ umask = "1.0.0"
users = "0.11.0"

[dev-dependencies]
nu-test-support = { version = "0.39.0", path="../nu-test-support" }
nu-test-support = { version = "0.40.0", path="../nu-test-support" }
hamcrest2 = "0.3.0"

[features]
Expand Down
6 changes: 3 additions & 3 deletions crates/nu-errors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ description = "Core error subsystem for Nushell"
edition = "2018"
license = "MIT"
name = "nu-errors"
version = "0.39.0"
version = "0.40.0"

[lib]
doctest = false

[dependencies]
nu-source = { path="../nu-source", version = "0.39.0" }
nu-ansi-term = { version = "0.39.0", path="../nu-ansi-term" }
nu-source = { path="../nu-source", version = "0.40.0" }
nu-ansi-term = { version = "0.40.0", path="../nu-ansi-term" }

bigdecimal = { package = "bigdecimal-rs", version = "0.2.1", features = ["serde"] }
codespan-reporting = { version="0.11.0", features=["serialization"] }
Expand Down
6 changes: 3 additions & 3 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 = "2018"
license = "MIT"
name = "nu-json"
version = "0.39.0"
version = "0.40.0"

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

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

[dev-dependencies]
nu-path = { version = "0.39.0", path="../nu-path" }
nu-test-support = { version = "0.39.0", path="../nu-test-support" }
nu-path = { version = "0.40.0", path="../nu-path" }
nu-test-support = { version = "0.40.0", path="../nu-test-support" }
serde_json = "1.0.39"
14 changes: 7 additions & 7 deletions crates/nu-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Nushell parser"
edition = "2018"
license = "MIT"
name = "nu-parser"
version = "0.39.0"
version = "0.40.0"

[dependencies]
bigdecimal = { package = "bigdecimal-rs", version = "0.2.1", features = ["serde"] }
Expand All @@ -15,12 +15,12 @@ num-bigint = { version="0.3.1", features=["serde"] }
itertools = "0.10.0"
smart-default = "0.6.0"

nu-errors = { version = "0.39.0", path="../nu-errors" }
nu-data = { version = "0.39.0", path="../nu-data" }
nu-path = { version = "0.39.0", path="../nu-path" }
nu-protocol = { version = "0.39.0", path="../nu-protocol" }
nu-source = { version = "0.39.0", path="../nu-source" }
nu-test-support = { version = "0.39.0", path="../nu-test-support" }
nu-errors = { version = "0.40.0", path="../nu-errors" }
nu-data = { version = "0.40.0", path="../nu-data" }
nu-path = { version = "0.40.0", path="../nu-path" }
nu-protocol = { version = "0.40.0", path="../nu-protocol" }
nu-source = { version = "0.40.0", path="../nu-source" }
nu-test-support = { version = "0.40.0", path="../nu-test-support" }

[features]
stable = []
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 = "2018"
license = "MIT"
name = "nu-path"
version = "0.39.0"
version = "0.40.0"

[dependencies]
dirs-next = "2.0.0"
Expand Down
12 changes: 6 additions & 6 deletions crates/nu-plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ description = "Nushell Plugin"
edition = "2018"
license = "MIT"
name = "nu-plugin"
version = "0.39.0"
version = "0.40.0"

[lib]
doctest = false

[dependencies]
nu-errors = { path="../nu-errors", version = "0.39.0" }
nu-protocol = { path="../nu-protocol", version = "0.39.0" }
nu-source = { path="../nu-source", version = "0.39.0" }
nu-test-support = { path="../nu-test-support", version = "0.39.0" }
nu-value-ext = { path="../nu-value-ext", version = "0.39.0" }
nu-errors = { path="../nu-errors", version = "0.40.0" }
nu-protocol = { path="../nu-protocol", version = "0.40.0" }
nu-source = { path="../nu-source", version = "0.40.0" }
nu-test-support = { path="../nu-test-support", version = "0.40.0" }
nu-value-ext = { path="../nu-value-ext", version = "0.40.0" }
indexmap = { version="1.6.1", features=["serde-1"] }
serde = { version="1.0", features=["derive"] }
serde_json = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions crates/nu-pretty-hex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Pretty hex dump of bytes slice in the common style."
edition = "2018"
license = "MIT"
name = "nu-pretty-hex"
version = "0.39.0"
version = "0.40.0"

[lib]
doctest = false
Expand All @@ -16,7 +16,7 @@ name = "nu_pretty_hex"
path = "src/main.rs"

[dependencies]
nu-ansi-term = { path="../nu-ansi-term", version = "0.39.0" }
nu-ansi-term = { path="../nu-ansi-term", version = "0.40.0" }
rand = "0.8.3"

[dev-dependencies]
Expand Down
Loading

0 comments on commit 2590fcb

Please sign in to comment.