From e5a18eb3c24d2a26bc9707469192973f4b97102d Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Wed, 10 Jun 2020 05:33:59 +1200 Subject: [PATCH] Bump to 0.15.0 (#1955) --- Cargo.lock | 38 +++++++++++++------------- Cargo.toml | 38 +++++++++++++------------- crates/nu-build/Cargo.toml | 2 +- crates/nu-cli/Cargo.toml | 18 ++++++------ crates/nu-errors/Cargo.toml | 6 ++-- crates/nu-parser/Cargo.toml | 8 +++--- crates/nu-plugin/Cargo.toml | 12 ++++---- crates/nu-protocol/Cargo.toml | 8 +++--- crates/nu-source/Cargo.toml | 4 +-- crates/nu-test-support/Cargo.toml | 10 +++---- crates/nu-value-ext/Cargo.toml | 12 ++++---- crates/nu_plugin_binaryview/Cargo.toml | 12 ++++---- crates/nu_plugin_fetch/Cargo.toml | 12 ++++---- crates/nu_plugin_inc/Cargo.toml | 14 +++++----- crates/nu_plugin_match/Cargo.toml | 12 ++++---- crates/nu_plugin_post/Cargo.toml | 12 ++++---- crates/nu_plugin_ps/Cargo.toml | 12 ++++---- crates/nu_plugin_start/Cargo.toml | 14 +++++----- crates/nu_plugin_sys/Cargo.toml | 12 ++++---- crates/nu_plugin_textview/Cargo.toml | 12 ++++---- crates/nu_plugin_tree/Cargo.toml | 12 ++++---- docs/commands/to-toml.md | 2 +- 22 files changed, 141 insertions(+), 141 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 90aa35495..579a31fef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2175,7 +2175,7 @@ dependencies = [ [[package]] name = "nu" -version = "0.14.1" +version = "0.15.0" dependencies = [ "clap", "crossterm", @@ -2212,7 +2212,7 @@ dependencies = [ [[package]] name = "nu-build" -version = "0.14.1" +version = "0.15.0" dependencies = [ "lazy_static 1.4.0", "serde 1.0.110", @@ -2222,7 +2222,7 @@ dependencies = [ [[package]] name = "nu-cli" -version = "0.14.1" +version = "0.15.0" dependencies = [ "ansi_term 0.12.1", "app_dirs", @@ -2313,7 +2313,7 @@ dependencies = [ [[package]] name = "nu-errors" -version = "0.14.1" +version = "0.15.0" dependencies = [ "ansi_term 0.12.1", "bigdecimal", @@ -2333,7 +2333,7 @@ dependencies = [ [[package]] name = "nu-parser" -version = "0.14.1" +version = "0.15.0" dependencies = [ "bigdecimal", "codespan-reporting", @@ -2352,7 +2352,7 @@ dependencies = [ [[package]] name = "nu-plugin" -version = "0.14.1" +version = "0.15.0" dependencies = [ "bigdecimal", "indexmap", @@ -2368,7 +2368,7 @@ dependencies = [ [[package]] name = "nu-protocol" -version = "0.14.1" +version = "0.15.0" dependencies = [ "ansi_term 0.12.1", "bigdecimal", @@ -2397,7 +2397,7 @@ dependencies = [ [[package]] name = "nu-source" -version = "0.14.1" +version = "0.15.0" dependencies = [ "codespan-reporting", "derive-new", @@ -2410,7 +2410,7 @@ dependencies = [ [[package]] name = "nu-test-support" -version = "0.14.1" +version = "0.15.0" dependencies = [ "directories 2.0.2", "dunce", @@ -2426,7 +2426,7 @@ dependencies = [ [[package]] name = "nu-value-ext" -version = "0.14.1" +version = "0.15.0" dependencies = [ "indexmap", "itertools", @@ -2440,7 +2440,7 @@ dependencies = [ [[package]] name = "nu_plugin_binaryview" -version = "0.14.1" +version = "0.15.0" dependencies = [ "ansi_term 0.12.1", "crossterm", @@ -2457,7 +2457,7 @@ dependencies = [ [[package]] name = "nu_plugin_fetch" -version = "0.14.1" +version = "0.15.0" dependencies = [ "base64 0.12.1", "futures 0.3.5", @@ -2472,7 +2472,7 @@ dependencies = [ [[package]] name = "nu_plugin_inc" -version = "0.14.1" +version = "0.15.0" dependencies = [ "nu-build", "nu-errors", @@ -2485,7 +2485,7 @@ dependencies = [ [[package]] name = "nu_plugin_match" -version = "0.14.1" +version = "0.15.0" dependencies = [ "futures 0.3.5", "nu-build", @@ -2498,7 +2498,7 @@ dependencies = [ [[package]] name = "nu_plugin_post" -version = "0.14.1" +version = "0.15.0" dependencies = [ "base64 0.12.1", "futures 0.3.5", @@ -2515,7 +2515,7 @@ dependencies = [ [[package]] name = "nu_plugin_ps" -version = "0.14.1" +version = "0.15.0" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -2543,7 +2543,7 @@ dependencies = [ [[package]] name = "nu_plugin_sys" -version = "0.14.1" +version = "0.15.0" dependencies = [ "battery", "futures 0.3.5", @@ -2558,7 +2558,7 @@ dependencies = [ [[package]] name = "nu_plugin_textview" -version = "0.14.1" +version = "0.15.0" dependencies = [ "ansi_term 0.12.1", "crossterm", @@ -2573,7 +2573,7 @@ dependencies = [ [[package]] name = "nu_plugin_tree" -version = "0.14.1" +version = "0.15.0" dependencies = [ "derive-new", "nu-build", diff --git a/Cargo.toml b/Cargo.toml index 6a273e027..ff63dfbd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nu" -version = "0.14.1" +version = "0.15.0" authors = ["The Nu Project Contributors"] description = "A new type of shell" license = "MIT" @@ -18,23 +18,23 @@ members = ["crates/*/"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -nu-cli = { version = "0.14.1", path = "./crates/nu-cli" } -nu-source = { version = "0.14.1", path = "./crates/nu-source" } -nu-plugin = { version = "0.14.1", path = "./crates/nu-plugin" } -nu-protocol = { version = "0.14.1", path = "./crates/nu-protocol" } -nu-errors = { version = "0.14.1", path = "./crates/nu-errors" } -nu-parser = { version = "0.14.1", path = "./crates/nu-parser" } -nu-value-ext = { version = "0.14.1", path = "./crates/nu-value-ext" } -nu_plugin_binaryview = { version = "0.14.1", path = "./crates/nu_plugin_binaryview", optional=true } -nu_plugin_fetch = { version = "0.14.1", path = "./crates/nu_plugin_fetch", optional=true } -nu_plugin_inc = { version = "0.14.1", path = "./crates/nu_plugin_inc", optional=true } -nu_plugin_match = { version = "0.14.1", path = "./crates/nu_plugin_match", optional=true } -nu_plugin_post = { version = "0.14.1", path = "./crates/nu_plugin_post", optional=true } -nu_plugin_ps = { version = "0.14.1", path = "./crates/nu_plugin_ps", optional=true } +nu-cli = { version = "0.15.0", path = "./crates/nu-cli" } +nu-source = { version = "0.15.0", path = "./crates/nu-source" } +nu-plugin = { version = "0.15.0", path = "./crates/nu-plugin" } +nu-protocol = { version = "0.15.0", path = "./crates/nu-protocol" } +nu-errors = { version = "0.15.0", path = "./crates/nu-errors" } +nu-parser = { version = "0.15.0", path = "./crates/nu-parser" } +nu-value-ext = { version = "0.15.0", path = "./crates/nu-value-ext" } +nu_plugin_binaryview = { version = "0.15.0", path = "./crates/nu_plugin_binaryview", optional=true } +nu_plugin_fetch = { version = "0.15.0", path = "./crates/nu_plugin_fetch", optional=true } +nu_plugin_inc = { version = "0.15.0", path = "./crates/nu_plugin_inc", optional=true } +nu_plugin_match = { version = "0.15.0", path = "./crates/nu_plugin_match", optional=true } +nu_plugin_post = { version = "0.15.0", path = "./crates/nu_plugin_post", optional=true } +nu_plugin_ps = { version = "0.15.0", path = "./crates/nu_plugin_ps", optional=true } nu_plugin_start = { version = "0.1.0", path = "./crates/nu_plugin_start", optional=true } -nu_plugin_sys = { version = "0.14.1", path = "./crates/nu_plugin_sys", optional=true } -nu_plugin_textview = { version = "0.14.1", path = "./crates/nu_plugin_textview", optional=true } -nu_plugin_tree = { version = "0.14.1", path = "./crates/nu_plugin_tree", optional=true } +nu_plugin_sys = { version = "0.15.0", path = "./crates/nu_plugin_sys", optional=true } +nu_plugin_textview = { version = "0.15.0", path = "./crates/nu_plugin_textview", optional=true } +nu_plugin_tree = { version = "0.15.0", path = "./crates/nu_plugin_tree", optional=true } crossterm = { version = "0.17.5", optional = true } semver = { version = "0.10.0", optional = true } @@ -49,12 +49,12 @@ log = "0.4.8" pretty_env_logger = "0.4.0" [dev-dependencies] -nu-test-support = { version = "0.14.1", path = "./crates/nu-test-support" } +nu-test-support = { version = "0.15.0", path = "./crates/nu-test-support" } [build-dependencies] toml = "0.5.6" serde = { version = "1.0.110", features = ["derive"] } -nu-build = { version = "0.14.1", path = "./crates/nu-build" } +nu-build = { version = "0.15.0", path = "./crates/nu-build" } [features] default = ["sys", "ps", "textview", "inc"] diff --git a/crates/nu-build/Cargo.toml b/crates/nu-build/Cargo.toml index e9f15cc1d..6bb0963f2 100644 --- a/crates/nu-build/Cargo.toml +++ b/crates/nu-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nu-build" -version = "0.14.1" +version = "0.15.0" authors = ["The Nu Project Contributors"] edition = "2018" description = "Core build system for nushell" diff --git a/crates/nu-cli/Cargo.toml b/crates/nu-cli/Cargo.toml index 2156eb158..18652b40f 100644 --- a/crates/nu-cli/Cargo.toml +++ b/crates/nu-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nu-cli" -version = "0.14.1" +version = "0.15.0" authors = ["The Nu Project Contributors"] description = "CLI for nushell" edition = "2018" @@ -10,13 +10,13 @@ license = "MIT" doctest = false [dependencies] -nu-source = { version = "0.14.1", path = "../nu-source" } -nu-plugin = { version = "0.14.1", path = "../nu-plugin" } -nu-protocol = { version = "0.14.1", path = "../nu-protocol" } -nu-errors = { version = "0.14.1", path = "../nu-errors" } -nu-parser = { version = "0.14.1", path = "../nu-parser" } -nu-value-ext = { version = "0.14.1", path = "../nu-value-ext" } -nu-test-support = { version = "0.14.1", path = "../nu-test-support" } +nu-source = { version = "0.15.0", path = "../nu-source" } +nu-plugin = { version = "0.15.0", path = "../nu-plugin" } +nu-protocol = { version = "0.15.0", path = "../nu-protocol" } +nu-errors = { version = "0.15.0", path = "../nu-errors" } +nu-parser = { version = "0.15.0", path = "../nu-parser" } +nu-value-ext = { version = "0.15.0", path = "../nu-value-ext" } +nu-test-support = { version = "0.15.0", path = "../nu-test-support" } ansi_term = "0.12.1" app_dirs = "1.2.1" @@ -101,7 +101,7 @@ version = "0.23.1" features = ["bundled", "blob"] [build-dependencies] -nu-build = { version = "0.14.1", path = "../nu-build" } +nu-build = { version = "0.15.0", path = "../nu-build" } [dev-dependencies] quickcheck = "0.9" diff --git a/crates/nu-errors/Cargo.toml b/crates/nu-errors/Cargo.toml index 9701cbe68..88881c321 100644 --- a/crates/nu-errors/Cargo.toml +++ b/crates/nu-errors/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nu-errors" -version = "0.14.1" +version = "0.15.0" authors = ["The Nu Project Contributors"] edition = "2018" description = "Core error subsystem for Nushell" @@ -10,7 +10,7 @@ license = "MIT" doctest = false [dependencies] -nu-source = { path = "../nu-source", version = "0.14.1" } +nu-source = { path = "../nu-source", version = "0.15.0" } ansi_term = "0.12.1" bigdecimal = { version = "0.1.2", features = ["serde"] } @@ -28,4 +28,4 @@ serde_json = "1.0.53" glob = "0.3.0" [build-dependencies] -nu-build = { version = "0.14.1", path = "../nu-build" } +nu-build = { version = "0.15.0", path = "../nu-build" } diff --git a/crates/nu-parser/Cargo.toml b/crates/nu-parser/Cargo.toml index f983372dd..144b759a8 100644 --- a/crates/nu-parser/Cargo.toml +++ b/crates/nu-parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nu-parser" -version = "0.14.1" +version = "0.15.0" authors = ["The Nu Project Contributors"] edition = "2018" description = "Nushell parser" @@ -20,9 +20,9 @@ codespan-reporting = "0.9.4" log = "0.4.8" shellexpand = "2.0.0" -nu-source = { version = "0.14.1", path = "../nu-source" } -nu-protocol = { version = "0.14.1", path = "../nu-protocol" } -nu-errors = { version = "0.14.1", path = "../nu-errors" } +nu-source = { version = "0.15.0", path = "../nu-source" } +nu-protocol = { version = "0.15.0", path = "../nu-protocol" } +nu-errors = { version = "0.15.0", path = "../nu-errors" } [features] stable = [] diff --git a/crates/nu-plugin/Cargo.toml b/crates/nu-plugin/Cargo.toml index 1a134b6c1..91228ddcd 100644 --- a/crates/nu-plugin/Cargo.toml +++ b/crates/nu-plugin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nu-plugin" -version = "0.14.1" +version = "0.15.0" authors = ["The Nu Project Contributors"] edition = "2018" description = "Nushell Plugin" @@ -10,10 +10,10 @@ license = "MIT" doctest = false [dependencies] -nu-protocol = { path = "../nu-protocol", version = "0.14.1" } -nu-source = { path = "../nu-source", version = "0.14.1" } -nu-errors = { path = "../nu-errors", version = "0.14.1" } -nu-value-ext = { path = "../nu-value-ext", version = "0.14.1" } +nu-protocol = { path = "../nu-protocol", version = "0.15.0" } +nu-source = { path = "../nu-source", version = "0.15.0" } +nu-errors = { path = "../nu-errors", version = "0.15.0" } +nu-value-ext = { path = "../nu-value-ext", version = "0.15.0" } indexmap = { version = "1.3.2", features = ["serde-1"] } serde = { version = "1.0.110", features = ["derive"] } @@ -22,4 +22,4 @@ serde_json = "1.0.53" bigdecimal = { version = "0.1.2", features = ["serde"] } [build-dependencies] -nu-build = { version = "0.14.1", path = "../nu-build" } +nu-build = { version = "0.15.0", path = "../nu-build" } diff --git a/crates/nu-protocol/Cargo.toml b/crates/nu-protocol/Cargo.toml index 30dae9740..e145d2ad0 100644 --- a/crates/nu-protocol/Cargo.toml +++ b/crates/nu-protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nu-protocol" -version = "0.14.1" +version = "0.15.0" authors = ["The Nu Project Contributors"] edition = "2018" description = "Core values and protocols for Nushell" @@ -10,8 +10,8 @@ license = "MIT" doctest = false [dependencies] -nu-source = { path = "../nu-source", version = "0.14.1" } -nu-errors = { path = "../nu-errors", version = "0.14.1" } +nu-source = { path = "../nu-source", version = "0.15.0" } +nu-errors = { path = "../nu-errors", version = "0.15.0" } serde = { version = "1.0.110", features = ["derive"] } indexmap = { version = "1.3.2", features = ["serde-1"] } @@ -37,4 +37,4 @@ toml = "0.5.6" serde_json = "1.0.53" [build-dependencies] -nu-build = { version = "0.14.1", path = "../nu-build" } +nu-build = { version = "0.15.0", path = "../nu-build" } diff --git a/crates/nu-source/Cargo.toml b/crates/nu-source/Cargo.toml index fde147993..6083cb799 100644 --- a/crates/nu-source/Cargo.toml +++ b/crates/nu-source/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nu-source" -version = "0.14.1" +version = "0.15.0" authors = ["The Nu Project Contributors"] edition = "2018" description = "A source string characterizer for Nushell" @@ -18,4 +18,4 @@ termcolor = "1.1.0" pretty = "0.5.2" [build-dependencies] -nu-build = { version = "0.14.1", path = "../nu-build" } +nu-build = { version = "0.15.0", path = "../nu-build" } diff --git a/crates/nu-test-support/Cargo.toml b/crates/nu-test-support/Cargo.toml index bc572931b..0525e2cdd 100644 --- a/crates/nu-test-support/Cargo.toml +++ b/crates/nu-test-support/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nu-test-support" -version = "0.14.1" +version = "0.15.0" authors = ["The Nu Project Contributors"] edition = "2018" description = "A source string characterizer for Nushell" @@ -10,9 +10,9 @@ license = "MIT" doctest = false [dependencies] -nu-parser = { path = "../nu-parser", version = "0.14.1" } -nu-source = { path = "../nu-source", version = "0.14.1" } -nu-protocol = { path = "../nu-protocol", version = "0.14.1" } +nu-parser = { path = "../nu-parser", version = "0.15.0" } +nu-source = { path = "../nu-source", version = "0.15.0" } +nu-protocol = { path = "../nu-protocol", version = "0.15.0" } directories = "2.0.2" dunce = "1.0.0" @@ -22,4 +22,4 @@ tempfile = "3.1.0" indexmap = { version = "1.3.2", features = ["serde-1"] } [build-dependencies] -nu-build = { version = "0.14.1", path = "../nu-build" } +nu-build = { version = "0.15.0", path = "../nu-build" } diff --git a/crates/nu-value-ext/Cargo.toml b/crates/nu-value-ext/Cargo.toml index 429f6772d..5a8655fc2 100644 --- a/crates/nu-value-ext/Cargo.toml +++ b/crates/nu-value-ext/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nu-value-ext" -version = "0.14.1" +version = "0.15.0" authors = ["The Nu Project Contributors"] edition = "2018" description = "Extension traits for values in Nushell" @@ -10,14 +10,14 @@ license = "MIT" doctest = false [dependencies] -nu-source = { path = "../nu-source", version = "0.14.1" } -nu-errors = { path = "../nu-errors", version = "0.14.1" } -nu-parser = { path = "../nu-parser", version = "0.14.1" } -nu-protocol = { path = "../nu-protocol", version = "0.14.1" } +nu-source = { path = "../nu-source", version = "0.15.0" } +nu-errors = { path = "../nu-errors", version = "0.15.0" } +nu-parser = { path = "../nu-parser", version = "0.15.0" } +nu-protocol = { path = "../nu-protocol", version = "0.15.0" } num-traits = "0.2.11" itertools = "0.9.0" indexmap = { version = "1.3.2", features = ["serde-1"] } [build-dependencies] -nu-build = { version = "0.14.1", path = "../nu-build" } +nu-build = { version = "0.15.0", path = "../nu-build" } diff --git a/crates/nu_plugin_binaryview/Cargo.toml b/crates/nu_plugin_binaryview/Cargo.toml index 4d1eb3989..69166178e 100644 --- a/crates/nu_plugin_binaryview/Cargo.toml +++ b/crates/nu_plugin_binaryview/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nu_plugin_binaryview" -version = "0.14.1" +version = "0.15.0" authors = ["The Nu Project Contributors"] edition = "2018" description = "A binary viewer plugin for Nushell" @@ -12,14 +12,14 @@ doctest = false [dependencies] ansi_term = "0.12.1" crossterm = { version = "0.17.5" } -nu-plugin = { path = "../nu-plugin", version = "0.14.1" } -nu-protocol = { path = "../nu-protocol", version = "0.14.1" } -nu-source = { path = "../nu-source", version = "0.14.1" } -nu-errors = { path = "../nu-errors", version = "0.14.1" } +nu-plugin = { path = "../nu-plugin", version = "0.15.0" } +nu-protocol = { path = "../nu-protocol", version = "0.15.0" } +nu-source = { path = "../nu-source", version = "0.15.0" } +nu-errors = { path = "../nu-errors", version = "0.15.0" } pretty-hex = "0.1.1" image = { version = "0.22.4", default_features = false, features = ["png_codec", "jpeg"] } rawkey = "0.1.2" neso = "0.5.0" [build-dependencies] -nu-build = { version = "0.14.1", path = "../nu-build" } +nu-build = { version = "0.15.0", path = "../nu-build" } diff --git a/crates/nu_plugin_fetch/Cargo.toml b/crates/nu_plugin_fetch/Cargo.toml index 0ed9d6ecd..add071350 100644 --- a/crates/nu_plugin_fetch/Cargo.toml +++ b/crates/nu_plugin_fetch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nu_plugin_fetch" -version = "0.14.1" +version = "0.15.0" authors = ["The Nu Project Contributors"] edition = "2018" description = "A URL fetch plugin for Nushell" @@ -10,14 +10,14 @@ license = "MIT" doctest = false [dependencies] -nu-plugin = { path = "../nu-plugin", version = "0.14.1" } -nu-protocol = { path = "../nu-protocol", version = "0.14.1" } -nu-source = { path = "../nu-source", version = "0.14.1" } -nu-errors = { path = "../nu-errors", version = "0.14.1" } +nu-plugin = { path = "../nu-plugin", version = "0.15.0" } +nu-protocol = { path = "../nu-protocol", version = "0.15.0" } +nu-source = { path = "../nu-source", version = "0.15.0" } +nu-errors = { path = "../nu-errors", version = "0.15.0" } futures = { version = "0.3", features = ["compat", "io-compat"] } surf = "1.0.3" url = "2.1.1" base64 = "0.12.1" [build-dependencies] -nu-build = { version = "0.14.1", path = "../nu-build" } +nu-build = { version = "0.15.0", path = "../nu-build" } diff --git a/crates/nu_plugin_inc/Cargo.toml b/crates/nu_plugin_inc/Cargo.toml index c83b6afc2..21d37bd9d 100644 --- a/crates/nu_plugin_inc/Cargo.toml +++ b/crates/nu_plugin_inc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nu_plugin_inc" -version = "0.14.1" +version = "0.15.0" authors = ["The Nu Project Contributors"] edition = "2018" description = "A version incrementer plugin for Nushell" @@ -10,13 +10,13 @@ license = "MIT" doctest = false [dependencies] -nu-plugin = { path = "../nu-plugin", version = "0.14.1" } -nu-protocol = { path = "../nu-protocol", version = "0.14.1" } -nu-source = { path = "../nu-source", version = "0.14.1" } -nu-errors = { path = "../nu-errors", version = "0.14.1" } -nu-value-ext = { path = "../nu-value-ext", version = "0.14.1" } +nu-plugin = { path = "../nu-plugin", version = "0.15.0" } +nu-protocol = { path = "../nu-protocol", version = "0.15.0" } +nu-source = { path = "../nu-source", version = "0.15.0" } +nu-errors = { path = "../nu-errors", version = "0.15.0" } +nu-value-ext = { path = "../nu-value-ext", version = "0.15.0" } semver = "0.10.0" [build-dependencies] -nu-build = { version = "0.14.1", path = "../nu-build" } +nu-build = { version = "0.15.0", path = "../nu-build" } diff --git a/crates/nu_plugin_match/Cargo.toml b/crates/nu_plugin_match/Cargo.toml index 91de97555..6b26204ef 100644 --- a/crates/nu_plugin_match/Cargo.toml +++ b/crates/nu_plugin_match/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nu_plugin_match" -version = "0.14.1" +version = "0.15.0" authors = ["The Nu Project Contributors"] edition = "2018" description = "A regex match plugin for Nushell" @@ -10,12 +10,12 @@ license = "MIT" doctest = false [dependencies] -nu-plugin = { path = "../nu-plugin", version = "0.14.1" } -nu-protocol = { path = "../nu-protocol", version = "0.14.1" } -nu-source = { path = "../nu-source", version = "0.14.1" } -nu-errors = { path = "../nu-errors", version = "0.14.1" } +nu-plugin = { path = "../nu-plugin", version = "0.15.0" } +nu-protocol = { path = "../nu-protocol", version = "0.15.0" } +nu-source = { path = "../nu-source", version = "0.15.0" } +nu-errors = { path = "../nu-errors", version = "0.15.0" } futures = { version = "0.3", features = ["compat", "io-compat"] } regex = "1" [build-dependencies] -nu-build = { version = "0.14.1", path = "../nu-build" } +nu-build = { version = "0.15.0", path = "../nu-build" } diff --git a/crates/nu_plugin_post/Cargo.toml b/crates/nu_plugin_post/Cargo.toml index dc014da1d..4f2897a32 100644 --- a/crates/nu_plugin_post/Cargo.toml +++ b/crates/nu_plugin_post/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nu_plugin_post" -version = "0.14.1" +version = "0.15.0" authors = ["The Nu Project Contributors"] edition = "2018" description = "An HTTP post plugin for Nushell" @@ -10,10 +10,10 @@ license = "MIT" doctest = false [dependencies] -nu-plugin = { path = "../nu-plugin", version = "0.14.1" } -nu-protocol = { path = "../nu-protocol", version = "0.14.1" } -nu-source = { path = "../nu-source", version = "0.14.1" } -nu-errors = { path = "../nu-errors", version = "0.14.1" } +nu-plugin = { path = "../nu-plugin", version = "0.15.0" } +nu-protocol = { path = "../nu-protocol", version = "0.15.0" } +nu-source = { path = "../nu-source", version = "0.15.0" } +nu-errors = { path = "../nu-errors", version = "0.15.0" } futures = { version = "0.3", features = ["compat", "io-compat"] } surf = "1.0.3" url = "2.1.1" @@ -22,4 +22,4 @@ base64 = "0.12.1" num-traits = "0.2.11" [build-dependencies] -nu-build = { version = "0.14.1", path = "../nu-build" } +nu-build = { version = "0.15.0", path = "../nu-build" } diff --git a/crates/nu_plugin_ps/Cargo.toml b/crates/nu_plugin_ps/Cargo.toml index 33e2dc55a..33c560ebe 100644 --- a/crates/nu_plugin_ps/Cargo.toml +++ b/crates/nu_plugin_ps/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nu_plugin_ps" -version = "0.14.1" +version = "0.15.0" authors = ["The Nu Project Contributors"] edition = "2018" description = "A process list plugin for Nushell" @@ -10,10 +10,10 @@ license = "MIT" doctest = false [dependencies] -nu-plugin = { path = "../nu-plugin", version = "0.14.1" } -nu-protocol = { path = "../nu-protocol", version = "0.14.1" } -nu-source = { path = "../nu-source", version = "0.14.1" } -nu-errors = { path = "../nu-errors", version = "0.14.1" } +nu-plugin = { path = "../nu-plugin", version = "0.15.0" } +nu-protocol = { path = "../nu-protocol", version = "0.15.0" } +nu-source = { path = "../nu-source", version = "0.15.0" } +nu-errors = { path = "../nu-errors", version = "0.15.0" } futures = { version = "0.3", features = ["compat", "io-compat"] } futures-timer = "3.0.2" @@ -24,4 +24,4 @@ default-features = false features = ["process"] [build-dependencies] -nu-build = { version = "0.14.1", path = "../nu-build" } +nu-build = { version = "0.15.0", path = "../nu-build" } diff --git a/crates/nu_plugin_start/Cargo.toml b/crates/nu_plugin_start/Cargo.toml index 1e7eaa869..3e8b30119 100644 --- a/crates/nu_plugin_start/Cargo.toml +++ b/crates/nu_plugin_start/Cargo.toml @@ -10,15 +10,15 @@ license = "MIT" doctest = false [dependencies] -nu-plugin = { path = "../nu-plugin", version = "0.14.1" } -nu-protocol = { path = "../nu-protocol", version = "0.14.1" } -nu-source = { path = "../nu-source", version = "0.14.1" } -nu-errors = { path = "../nu-errors", version = "0.14.1" } +nu-plugin = { path = "../nu-plugin", version = "0.15.0" } +nu-protocol = { path = "../nu-protocol", version = "0.15.0" } +nu-source = { path = "../nu-source", version = "0.15.0" } +nu-errors = { path = "../nu-errors", version = "0.15.0" } url = "2.1.1" open = "1.4.0" glob = "0.3.0" [build-dependencies] -nu-build = { version = "0.14.1", path = "../nu-build" } -nu-errors = { version = "0.14.1", path = "../nu-errors" } -nu-source = { version = "0.14.1", path = "../nu-source" } \ No newline at end of file +nu-build = { version = "0.15.0", path = "../nu-build" } +nu-errors = { version = "0.15.0", path = "../nu-errors" } +nu-source = { version = "0.15.0", path = "../nu-source" } \ No newline at end of file diff --git a/crates/nu_plugin_sys/Cargo.toml b/crates/nu_plugin_sys/Cargo.toml index c2a4d569b..60812363c 100644 --- a/crates/nu_plugin_sys/Cargo.toml +++ b/crates/nu_plugin_sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nu_plugin_sys" -version = "0.14.1" +version = "0.15.0" authors = ["The Nu Project Contributors"] edition = "2018" description = "A system info plugin for Nushell" @@ -10,10 +10,10 @@ license = "MIT" doctest = false [dependencies] -nu-plugin = { path = "../nu-plugin", version = "0.14.1" } -nu-protocol = { path = "../nu-protocol", version = "0.14.1" } -nu-source = { path = "../nu-source", version = "0.14.1" } -nu-errors = { path = "../nu-errors", version = "0.14.1" } +nu-plugin = { path = "../nu-plugin", version = "0.15.0" } +nu-protocol = { path = "../nu-protocol", version = "0.15.0" } +nu-source = { path = "../nu-source", version = "0.15.0" } +nu-errors = { path = "../nu-errors", version = "0.15.0" } futures = { version = "0.3", features = ["compat", "io-compat"] } battery = "0.7.5" @@ -26,4 +26,4 @@ default-features = false features = ["host", "cpu", "memory", "disk", "net", "sensors"] [build-dependencies] -nu-build = { version = "0.14.1", path = "../nu-build" } +nu-build = { version = "0.15.0", path = "../nu-build" } diff --git a/crates/nu_plugin_textview/Cargo.toml b/crates/nu_plugin_textview/Cargo.toml index 0b56bac87..5284b994a 100644 --- a/crates/nu_plugin_textview/Cargo.toml +++ b/crates/nu_plugin_textview/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nu_plugin_textview" -version = "0.14.1" +version = "0.15.0" authors = ["The Nu Project Contributors"] edition = "2018" description = "Text viewer plugin for Nushell" @@ -10,10 +10,10 @@ license = "MIT" doctest = false [dependencies] -nu-plugin = { path = "../nu-plugin", version = "0.14.1" } -nu-protocol = { path = "../nu-protocol", version = "0.14.1" } -nu-source = { path = "../nu-source", version = "0.14.1" } -nu-errors = { path = "../nu-errors", version = "0.14.1" } +nu-plugin = { path = "../nu-plugin", version = "0.15.0" } +nu-protocol = { path = "../nu-protocol", version = "0.15.0" } +nu-source = { path = "../nu-source", version = "0.15.0" } +nu-errors = { path = "../nu-errors", version = "0.15.0" } crossterm = "0.17.5" syntect = { version = "4.2", default-features = false, features = ["default-fancy"]} @@ -21,4 +21,4 @@ ansi_term = "0.12.1" url = "2.1.1" [build-dependencies] -nu-build = { version = "0.14.1", path = "../nu-build" } +nu-build = { version = "0.15.0", path = "../nu-build" } diff --git a/crates/nu_plugin_tree/Cargo.toml b/crates/nu_plugin_tree/Cargo.toml index db2669959..00beda097 100644 --- a/crates/nu_plugin_tree/Cargo.toml +++ b/crates/nu_plugin_tree/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nu_plugin_tree" -version = "0.14.1" +version = "0.15.0" authors = ["The Nu Project Contributors"] edition = "2018" description = "Tree viewer plugin for Nushell" @@ -10,12 +10,12 @@ license = "MIT" doctest = false [dependencies] -nu-plugin = { path = "../nu-plugin", version = "0.14.1" } -nu-protocol = { path = "../nu-protocol", version = "0.14.1" } -nu-source = { path = "../nu-source", version = "0.14.1" } -nu-errors = { path = "../nu-errors", version = "0.14.1" } +nu-plugin = { path = "../nu-plugin", version = "0.15.0" } +nu-protocol = { path = "../nu-protocol", version = "0.15.0" } +nu-source = { path = "../nu-source", version = "0.15.0" } +nu-errors = { path = "../nu-errors", version = "0.15.0" } ptree = {version = "0.2" } derive-new = "0.5.8" [build-dependencies] -nu-build = { version = "0.14.1", path = "../nu-build" } +nu-build = { version = "0.15.0", path = "../nu-build" } diff --git a/docs/commands/to-toml.md b/docs/commands/to-toml.md index 85c4873e6..d61e1be44 100644 --- a/docs/commands/to-toml.md +++ b/docs/commands/to-toml.md @@ -83,7 +83,7 @@ version = "0.4.6" [dependencies.cursive] default-features = false features = ["pancurses-backend"] -version = "0.14.1" +version = "0.15.0" [dependencies.futures-preview] features = ["compat", "io-compat"]