Merge pull request #1089 from jonathandturner/bump

Bump Nu version
This commit is contained in:
Jonathan Turner 2019-12-17 08:54:02 -08:00 committed by GitHub
commit f7f1fba94f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
22 changed files with 128 additions and 128 deletions

42
Cargo.lock generated
View File

@ -1911,7 +1911,7 @@ dependencies = [
[[package]] [[package]]
name = "nu" name = "nu"
version = "0.6.2" version = "0.7.0"
dependencies = [ dependencies = [
"ansi_term 0.12.1", "ansi_term 0.12.1",
"app_dirs", "app_dirs",
@ -2013,7 +2013,7 @@ dependencies = [
[[package]] [[package]]
name = "nu-build" name = "nu-build"
version = "0.1.0" version = "0.7.0"
dependencies = [ dependencies = [
"lazy_static 1.4.0", "lazy_static 1.4.0",
"serde 1.0.103", "serde 1.0.103",
@ -2023,7 +2023,7 @@ dependencies = [
[[package]] [[package]]
name = "nu-errors" name = "nu-errors"
version = "0.1.0" version = "0.7.0"
dependencies = [ dependencies = [
"ansi_term 0.12.1", "ansi_term 0.12.1",
"bigdecimal", "bigdecimal",
@ -2044,14 +2044,14 @@ dependencies = [
[[package]] [[package]]
name = "nu-macros" name = "nu-macros"
version = "0.1.0" version = "0.7.0"
dependencies = [ dependencies = [
"nu-protocol", "nu-protocol",
] ]
[[package]] [[package]]
name = "nu-parser" name = "nu-parser"
version = "0.1.0" version = "0.7.0"
dependencies = [ dependencies = [
"ansi_term 0.12.1", "ansi_term 0.12.1",
"bigdecimal", "bigdecimal",
@ -2084,7 +2084,7 @@ dependencies = [
[[package]] [[package]]
name = "nu-protocol" name = "nu-protocol"
version = "0.1.0" version = "0.7.0"
dependencies = [ dependencies = [
"ansi_term 0.12.1", "ansi_term 0.12.1",
"bigdecimal", "bigdecimal",
@ -2116,7 +2116,7 @@ dependencies = [
[[package]] [[package]]
name = "nu-source" name = "nu-source"
version = "0.1.0" version = "0.7.0"
dependencies = [ dependencies = [
"derive-new", "derive-new",
"getset", "getset",
@ -2131,7 +2131,7 @@ dependencies = [
[[package]] [[package]]
name = "nu-value-ext" name = "nu-value-ext"
version = "0.1.0" version = "0.7.0"
dependencies = [ dependencies = [
"itertools 0.8.2", "itertools 0.8.2",
"nu-build", "nu-build",
@ -2144,7 +2144,7 @@ dependencies = [
[[package]] [[package]]
name = "nu_plugin_average" name = "nu_plugin_average"
version = "0.1.0" version = "0.7.0"
dependencies = [ dependencies = [
"nu-build", "nu-build",
"nu-errors", "nu-errors",
@ -2154,7 +2154,7 @@ dependencies = [
[[package]] [[package]]
name = "nu_plugin_binaryview" name = "nu_plugin_binaryview"
version = "0.1.0" version = "0.7.0"
dependencies = [ dependencies = [
"ansi_term 0.12.1", "ansi_term 0.12.1",
"crossterm", "crossterm",
@ -2170,7 +2170,7 @@ dependencies = [
[[package]] [[package]]
name = "nu_plugin_fetch" name = "nu_plugin_fetch"
version = "0.1.0" version = "0.7.0"
dependencies = [ dependencies = [
"futures-preview", "futures-preview",
"nu-build", "nu-build",
@ -2183,7 +2183,7 @@ dependencies = [
[[package]] [[package]]
name = "nu_plugin_inc" name = "nu_plugin_inc"
version = "0.1.0" version = "0.7.0"
dependencies = [ dependencies = [
"indexmap", "indexmap",
"nu-build", "nu-build",
@ -2196,7 +2196,7 @@ dependencies = [
[[package]] [[package]]
name = "nu_plugin_match" name = "nu_plugin_match"
version = "0.1.0" version = "0.7.0"
dependencies = [ dependencies = [
"futures-preview", "futures-preview",
"nu-build", "nu-build",
@ -2208,7 +2208,7 @@ dependencies = [
[[package]] [[package]]
name = "nu_plugin_post" name = "nu_plugin_post"
version = "0.1.0" version = "0.7.0"
dependencies = [ dependencies = [
"base64 0.11.0", "base64 0.11.0",
"futures-preview", "futures-preview",
@ -2224,7 +2224,7 @@ dependencies = [
[[package]] [[package]]
name = "nu_plugin_ps" name = "nu_plugin_ps"
version = "0.1.0" version = "0.7.0"
dependencies = [ dependencies = [
"futures-preview", "futures-preview",
"futures-timer", "futures-timer",
@ -2239,7 +2239,7 @@ dependencies = [
[[package]] [[package]]
name = "nu_plugin_str" name = "nu_plugin_str"
version = "0.1.0" version = "0.7.0"
dependencies = [ dependencies = [
"indexmap", "indexmap",
"nu-build", "nu-build",
@ -2253,7 +2253,7 @@ dependencies = [
[[package]] [[package]]
name = "nu_plugin_sum" name = "nu_plugin_sum"
version = "0.1.0" version = "0.7.0"
dependencies = [ dependencies = [
"nu-build", "nu-build",
"nu-errors", "nu-errors",
@ -2263,7 +2263,7 @@ dependencies = [
[[package]] [[package]]
name = "nu_plugin_sys" name = "nu_plugin_sys"
version = "0.1.0" version = "0.7.0"
dependencies = [ dependencies = [
"battery", "battery",
"futures-preview", "futures-preview",
@ -2277,7 +2277,7 @@ dependencies = [
[[package]] [[package]]
name = "nu_plugin_textview" name = "nu_plugin_textview"
version = "0.1.0" version = "0.7.0"
dependencies = [ dependencies = [
"ansi_term 0.12.1", "ansi_term 0.12.1",
"crossterm", "crossterm",
@ -2292,7 +2292,7 @@ dependencies = [
[[package]] [[package]]
name = "nu_plugin_tree" name = "nu_plugin_tree"
version = "0.1.0" version = "0.7.0"
dependencies = [ dependencies = [
"derive-new", "derive-new",
"nu-build", "nu-build",
@ -3411,7 +3411,7 @@ dependencies = [
[[package]] [[package]]
name = "test-support" name = "test-support"
version = "0.1.0" version = "0.7.0"
dependencies = [ dependencies = [
"app_dirs", "app_dirs",
"dunce", "dunce",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "nu" name = "nu"
version = "0.6.2" version = "0.7.0"
authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"] authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"]
description = "A shell for the GitHub era" description = "A shell for the GitHub era"
license = "MIT" license = "MIT"
@ -38,24 +38,24 @@ members = [
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
nu-source = { version = "0.1.0", path = "./crates/nu-source" } nu-source = { version = "0.7.0", path = "./crates/nu-source" }
nu-protocol = { version = "0.1.0", path = "./crates/nu-protocol" } nu-protocol = { version = "0.7.0", path = "./crates/nu-protocol" }
nu-errors = { version = "0.1.0", path = "./crates/nu-errors" } nu-errors = { version = "0.7.0", path = "./crates/nu-errors" }
nu-parser = { version = "0.1.0", path = "./crates/nu-parser" } nu-parser = { version = "0.7.0", path = "./crates/nu-parser" }
nu-value-ext = { version = "0.1.0", path = "./crates/nu-value-ext" } nu-value-ext = { version = "0.7.0", path = "./crates/nu-value-ext" }
nu_plugin_average = {version = "0.1.0", path = "./crates/nu_plugin_average", optional=true} nu_plugin_average = {version = "0.7.0", path = "./crates/nu_plugin_average", optional=true}
nu_plugin_binaryview = {version = "0.1.0", path = "./crates/nu_plugin_binaryview", optional=true} nu_plugin_binaryview = {version = "0.7.0", path = "./crates/nu_plugin_binaryview", optional=true}
nu_plugin_fetch = {version = "0.1.0", path = "./crates/nu_plugin_fetch", optional=true} nu_plugin_fetch = {version = "0.7.0", path = "./crates/nu_plugin_fetch", optional=true}
nu_plugin_inc = {version = "0.1.0", path = "./crates/nu_plugin_inc", optional=true} nu_plugin_inc = {version = "0.7.0", path = "./crates/nu_plugin_inc", optional=true}
nu_plugin_match = {version = "0.1.0", path = "./crates/nu_plugin_match", optional=true} nu_plugin_match = {version = "0.7.0", path = "./crates/nu_plugin_match", optional=true}
nu_plugin_post = {version = "0.1.0", path = "./crates/nu_plugin_post", optional=true} nu_plugin_post = {version = "0.7.0", path = "./crates/nu_plugin_post", optional=true}
nu_plugin_ps = {version = "0.1.0", path = "./crates/nu_plugin_ps", optional=true} nu_plugin_ps = {version = "0.7.0", path = "./crates/nu_plugin_ps", optional=true}
nu_plugin_str = {version = "0.1.0", path = "./crates/nu_plugin_str", optional=true} nu_plugin_str = {version = "0.7.0", path = "./crates/nu_plugin_str", optional=true}
nu_plugin_sum = {version = "0.1.0", path = "./crates/nu_plugin_sum", optional=true} nu_plugin_sum = {version = "0.7.0", path = "./crates/nu_plugin_sum", optional=true}
nu_plugin_sys = {version = "0.1.0", path = "./crates/nu_plugin_sys", optional=true} nu_plugin_sys = {version = "0.7.0", path = "./crates/nu_plugin_sys", optional=true}
nu_plugin_textview = {version = "0.1.0", path = "./crates/nu_plugin_textview", optional=true} nu_plugin_textview = {version = "0.7.0", path = "./crates/nu_plugin_textview", optional=true}
nu_plugin_tree = {version = "0.1.0", path = "./crates/nu_plugin_tree", optional=true} nu_plugin_tree = {version = "0.7.0", path = "./crates/nu_plugin_tree", optional=true}
nu-macros = { version = "0.1.0", path = "./crates/nu-macros" } nu-macros = { version = "0.7.0", path = "./crates/nu-macros" }
query_interface = "0.3.5" query_interface = "0.3.5"
@ -158,12 +158,12 @@ features = ["bundled", "blob"]
[dev-dependencies] [dev-dependencies]
pretty_assertions = "0.6.1" pretty_assertions = "0.6.1"
test-support = { version = "0.1.0", path = "./crates/test-support" } test-support = { version = "0.7.0", path = "./crates/test-support" }
[build-dependencies] [build-dependencies]
toml = "0.5.5" toml = "0.5.5"
serde = { version = "1.0.103", features = ["derive"] } serde = { version = "1.0.103", features = ["derive"] }
nu-build = { version = "0.1.0", path = "./crates/nu-build" } nu-build = { version = "0.7.0", path = "./crates/nu-build" }
[lib] [lib]
name = "nu" name = "nu"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "nu-build" name = "nu-build"
version = "0.1.0" version = "0.7.0"
authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"] authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"]
edition = "2018" edition = "2018"

View File

@ -1,13 +1,13 @@
[package] [package]
name = "nu-errors" name = "nu-errors"
version = "0.1.0" version = "0.7.0"
authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"] authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"]
edition = "2018" edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
nu-source = { path = "../nu-source" } nu-source = { path = "../nu-source", version = "0.7.0" }
ansi_term = "0.12.1" ansi_term = "0.12.1"
bigdecimal = { version = "0.1.0", features = ["serde"] } bigdecimal = { version = "0.1.0", features = ["serde"] }
@ -26,4 +26,4 @@ toml = "0.5.5"
serde_json = "1.0.44" serde_json = "1.0.44"
[build-dependencies] [build-dependencies]
nu-build = { version = "0.1.0", path = "../nu-build" } nu-build = { version = "0.7.0", path = "../nu-build" }

View File

@ -1,10 +1,10 @@
[package] [package]
name = "nu-macros" name = "nu-macros"
version = "0.1.0" version = "0.7.0"
authors = ["Yehuda Katz <wycats@gmail.com>"] authors = ["Yehuda Katz <wycats@gmail.com>"]
edition = "2018" edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
nu-protocol = { path = "../nu-protocol", version = "0.1.0" } nu-protocol = { path = "../nu-protocol", version = "0.7.0" }

View File

@ -1,15 +1,15 @@
[package] [package]
name = "nu-parser" name = "nu-parser"
version = "0.1.0" version = "0.7.0"
authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"] authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"]
edition = "2018" edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
nu-errors = { path = "../nu-errors" } nu-errors = { path = "../nu-errors", version = "0.7.0" }
nu-source = { path = "../nu-source" } nu-source = { path = "../nu-source", version = "0.7.0" }
nu-protocol = { path = "../nu-protocol" } nu-protocol = { path = "../nu-protocol", version = "0.7.0" }
pretty_env_logger = "0.3.1" pretty_env_logger = "0.3.1"
pretty = "0.5.2" pretty = "0.5.2"
@ -38,7 +38,7 @@ enumflags2 = "0.6.2"
pretty_assertions = "0.6.1" pretty_assertions = "0.6.1"
[build-dependencies] [build-dependencies]
nu-build = { version = "0.1.0", path = "../nu-build" } nu-build = { version = "0.7.0", path = "../nu-build" }
[features] [features]
stable = [] stable = []

View File

@ -1,14 +1,14 @@
[package] [package]
name = "nu-protocol" name = "nu-protocol"
version = "0.1.0" version = "0.7.0"
authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"] authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"]
edition = "2018" edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
nu-source = { path = "../nu-source" } nu-source = { path = "../nu-source", version = "0.7.0" }
nu-errors = { path = "../nu-errors" } nu-errors = { path = "../nu-errors", version = "0.7.0" }
serde = { version = "1.0.103", features = ["derive"] } serde = { version = "1.0.103", features = ["derive"] }
indexmap = { version = "1.3.0", features = ["serde-1"] } indexmap = { version = "1.3.0", features = ["serde-1"] }
@ -37,4 +37,4 @@ toml = "0.5.5"
serde_json = "1.0.44" serde_json = "1.0.44"
[build-dependencies] [build-dependencies]
nu-build = { version = "0.1.0", path = "../nu-build" } nu-build = { version = "0.7.0", path = "../nu-build" }

View File

@ -1,6 +1,6 @@
[package] [package]
name = "nu-source" name = "nu-source"
version = "0.1.0" version = "0.7.0"
authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"] authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"]
edition = "2018" edition = "2018"
description = "A source string characterizer for Nushell" description = "A source string characterizer for Nushell"
@ -19,4 +19,4 @@ termcolor = "1.0.5"
pretty = "0.5.2" pretty = "0.5.2"
[build-dependencies] [build-dependencies]
nu-build = { version = "0.1.0", path = "../nu-build" } nu-build = { version = "0.7.0", path = "../nu-build" }

View File

@ -1,6 +1,6 @@
[package] [package]
name = "nu-value-ext" name = "nu-value-ext"
version = "0.1.0" version = "0.7.0"
authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"] authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"]
edition = "2018" edition = "2018"
description = "A source string characterizer for Nushell" description = "A source string characterizer for Nushell"
@ -9,13 +9,13 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
nu-source = { path = "../nu-source" } nu-source = { path = "../nu-source", version = "0.7.0" }
nu-errors = { path = "../nu-errors" } nu-errors = { path = "../nu-errors", version = "0.7.0" }
nu-parser = { path = "../nu-parser" } nu-parser = { path = "../nu-parser", version = "0.7.0" }
nu-protocol = { path = "../nu-protocol" } nu-protocol = { path = "../nu-protocol", version = "0.7.0" }
num-traits = "0.2.10" num-traits = "0.2.10"
itertools = "0.8.2" itertools = "0.8.2"
[build-dependencies] [build-dependencies]
nu-build = { version = "0.1.0", path = "../nu-build" } nu-build = { version = "0.7.0", path = "../nu-build" }

View File

@ -1,15 +1,15 @@
[package] [package]
name = "nu_plugin_average" name = "nu_plugin_average"
version = "0.1.0" version = "0.7.0"
authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"] authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"]
edition = "2018" edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
nu-protocol = { path = "../nu-protocol" } nu-protocol = { path = "../nu-protocol", version = "0.7.0" }
nu-source = { path = "../nu-source" } nu-source = { path = "../nu-source", version = "0.7.0" }
nu-errors = { path = "../nu-errors" } nu-errors = { path = "../nu-errors", version = "0.7.0" }
[build-dependencies] [build-dependencies]
nu-build = { version = "0.1.0", path = "../nu-build" } nu-build = { version = "0.7.0", path = "../nu-build" }

View File

@ -1,6 +1,6 @@
[package] [package]
name = "nu_plugin_binaryview" name = "nu_plugin_binaryview"
version = "0.1.0" version = "0.7.0"
authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"] authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"]
edition = "2018" edition = "2018"
@ -9,13 +9,13 @@ edition = "2018"
[dependencies] [dependencies]
ansi_term = "0.12.1" ansi_term = "0.12.1"
crossterm = { version = "0.10.2" } crossterm = { version = "0.10.2" }
nu-protocol = { path = "../nu-protocol" } nu-protocol = { path = "../nu-protocol", version = "0.7.0" }
nu-source = { path = "../nu-source" } nu-source = { path = "../nu-source", version = "0.7.0" }
nu-errors = { path = "../nu-errors" } nu-errors = { path = "../nu-errors", version = "0.7.0" }
pretty-hex = "0.1.1" pretty-hex = "0.1.1"
image = { version = "0.22.3", default_features = false, features = ["png_codec", "jpeg"] } image = { version = "0.22.3", default_features = false, features = ["png_codec", "jpeg"] }
rawkey = "0.1.2" rawkey = "0.1.2"
neso = "0.5.0" neso = "0.5.0"
[build-dependencies] [build-dependencies]
nu-build = { version = "0.1.0", path = "../nu-build" } nu-build = { version = "0.7.0", path = "../nu-build" }

View File

@ -1,18 +1,18 @@
[package] [package]
name = "nu_plugin_fetch" name = "nu_plugin_fetch"
version = "0.1.0" version = "0.7.0"
authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"] authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"]
edition = "2018" edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
nu-protocol = { path = "../nu-protocol" } nu-protocol = { path = "../nu-protocol", version = "0.7.0" }
nu-source = { path = "../nu-source" } nu-source = { path = "../nu-source", version = "0.7.0" }
nu-errors = { path = "../nu-errors" } nu-errors = { path = "../nu-errors", version = "0.7.0" }
futures-preview = { version = "=0.3.0-alpha.19", features = ["compat", "io-compat"] } futures-preview = { version = "=0.3.0-alpha.19", features = ["compat", "io-compat"] }
surf = "1.0.3" surf = "1.0.3"
url = "2.1.0" url = "2.1.0"
[build-dependencies] [build-dependencies]
nu-build = { version = "0.1.0", path = "../nu-build" } nu-build = { version = "0.7.0", path = "../nu-build" }

View File

@ -1,18 +1,18 @@
[package] [package]
name = "nu_plugin_inc" name = "nu_plugin_inc"
version = "0.1.0" version = "0.7.0"
authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"] authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"]
edition = "2018" edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
nu-protocol = { path = "../nu-protocol" } nu-protocol = { path = "../nu-protocol", version = "0.7.0" }
nu-source = { path = "../nu-source" } nu-source = { path = "../nu-source", version = "0.7.0" }
nu-errors = { path = "../nu-errors" } nu-errors = { path = "../nu-errors", version = "0.7.0" }
nu-value-ext = { path = "../nu-value-ext" } nu-value-ext = { path = "../nu-value-ext", version = "0.7.0" }
semver = "0.9.0" semver = "0.9.0"
indexmap = "1.3.0" indexmap = "1.3.0"
[build-dependencies] [build-dependencies]
nu-build = { version = "0.1.0", path = "../nu-build" } nu-build = { version = "0.7.0", path = "../nu-build" }

View File

@ -1,17 +1,17 @@
[package] [package]
name = "nu_plugin_match" name = "nu_plugin_match"
version = "0.1.0" version = "0.7.0"
authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"] authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"]
edition = "2018" edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
nu-protocol = { path = "../nu-protocol" } nu-protocol = { path = "../nu-protocol", version = "0.7.0" }
nu-source = { path = "../nu-source" } nu-source = { path = "../nu-source", version = "0.7.0" }
nu-errors = { path = "../nu-errors" } nu-errors = { path = "../nu-errors", version = "0.7.0" }
futures-preview = { version = "=0.3.0-alpha.19", features = ["compat", "io-compat"] } futures-preview = { version = "=0.3.0-alpha.19", features = ["compat", "io-compat"] }
regex = "1" regex = "1"
[build-dependencies] [build-dependencies]
nu-build = { version = "0.1.0", path = "../nu-build" } nu-build = { version = "0.7.0", path = "../nu-build" }

View File

@ -1,15 +1,15 @@
[package] [package]
name = "nu_plugin_post" name = "nu_plugin_post"
version = "0.1.0" version = "0.7.0"
authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"] authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"]
edition = "2018" edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
nu-protocol = { path = "../nu-protocol" } nu-protocol = { path = "../nu-protocol", version = "0.7.0" }
nu-source = { path = "../nu-source" } nu-source = { path = "../nu-source", version = "0.7.0" }
nu-errors = { path = "../nu-errors" } nu-errors = { path = "../nu-errors", version = "0.7.0" }
futures-preview = { version = "=0.3.0-alpha.19", features = ["compat", "io-compat"] } futures-preview = { version = "=0.3.0-alpha.19", features = ["compat", "io-compat"] }
surf = "1.0.3" surf = "1.0.3"
url = "2.1.0" url = "2.1.0"
@ -18,4 +18,4 @@ base64 = "0.11"
num-traits = "0.2.10" num-traits = "0.2.10"
[build-dependencies] [build-dependencies]
nu-build = { version = "0.1.0", path = "../nu-build" } nu-build = { version = "0.7.0", path = "../nu-build" }

View File

@ -1,15 +1,15 @@
[package] [package]
name = "nu_plugin_ps" name = "nu_plugin_ps"
version = "0.1.0" version = "0.7.0"
authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"] authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"]
edition = "2018" edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
nu-protocol = { path = "../nu-protocol" } nu-protocol = { path = "../nu-protocol", version = "0.7.0" }
nu-source = { path = "../nu-source" } nu-source = { path = "../nu-source", version = "0.7.0" }
nu-errors = { path = "../nu-errors" } nu-errors = { path = "../nu-errors", version = "0.7.0" }
futures-preview = { version = "=0.3.0-alpha.19", features = ["compat", "io-compat"] } futures-preview = { version = "=0.3.0-alpha.19", features = ["compat", "io-compat"] }
heim = "0.0.9" heim = "0.0.9"
@ -18,4 +18,4 @@ pin-utils = "0.1.0-alpha.4"
futures-util = "0.3.1" futures-util = "0.3.1"
[build-dependencies] [build-dependencies]
nu-build = { version = "0.1.0", path = "../nu-build" } nu-build = { version = "0.7.0", path = "../nu-build" }

View File

@ -1,20 +1,20 @@
[package] [package]
name = "nu_plugin_str" name = "nu_plugin_str"
version = "0.1.0" version = "0.7.0"
authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"] authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"]
edition = "2018" edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
nu-protocol = { path = "../nu-protocol" } nu-protocol = { path = "../nu-protocol", version = "0.7.0" }
nu-source = { path = "../nu-source" } nu-source = { path = "../nu-source", version = "0.7.0" }
nu-errors = { path = "../nu-errors" } nu-errors = { path = "../nu-errors", version = "0.7.0" }
nu-value-ext = { path = "../nu-value-ext" } nu-value-ext = { path = "../nu-value-ext", version = "0.7.0" }
regex = "1" regex = "1"
indexmap = "1.3.0" indexmap = "1.3.0"
num-bigint = "0.2.3" num-bigint = "0.2.3"
[build-dependencies] [build-dependencies]
nu-build = { version = "0.1.0", path = "../nu-build" } nu-build = { version = "0.7.0", path = "../nu-build" }

View File

@ -1,15 +1,15 @@
[package] [package]
name = "nu_plugin_sum" name = "nu_plugin_sum"
version = "0.1.0" version = "0.7.0"
authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"] authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"]
edition = "2018" edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
nu-protocol = { path = "../nu-protocol" } nu-protocol = { path = "../nu-protocol", version = "0.7.0" }
nu-source = { path = "../nu-source" } nu-source = { path = "../nu-source", version = "0.7.0" }
nu-errors = { path = "../nu-errors" } nu-errors = { path = "../nu-errors", version = "0.7.0" }
[build-dependencies] [build-dependencies]
nu-build = { version = "0.1.0", path = "../nu-build" } nu-build = { version = "0.7.0", path = "../nu-build" }

View File

@ -1,19 +1,19 @@
[package] [package]
name = "nu_plugin_sys" name = "nu_plugin_sys"
version = "0.1.0" version = "0.7.0"
authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"] authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"]
edition = "2018" edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
nu-protocol = { path = "../nu-protocol" } nu-protocol = { path = "../nu-protocol", version = "0.7.0" }
nu-source = { path = "../nu-source" } nu-source = { path = "../nu-source", version = "0.7.0" }
nu-errors = { path = "../nu-errors" } nu-errors = { path = "../nu-errors", version = "0.7.0" }
heim = "0.0.9" heim = "0.0.9"
futures-preview = { version = "=0.3.0-alpha.19", features = ["compat", "io-compat"] } futures-preview = { version = "=0.3.0-alpha.19", features = ["compat", "io-compat"] }
battery = "0.7.5" battery = "0.7.5"
futures-util = "0.3.1" futures-util = "0.3.1"
[build-dependencies] [build-dependencies]
nu-build = { version = "0.1.0", path = "../nu-build" } nu-build = { version = "0.7.0", path = "../nu-build" }

View File

@ -1,15 +1,15 @@
[package] [package]
name = "nu_plugin_textview" name = "nu_plugin_textview"
version = "0.1.0" version = "0.7.0"
authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"] authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"]
edition = "2018" edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
nu-protocol = { path = "../nu-protocol" } nu-protocol = { path = "../nu-protocol", version = "0.7.0" }
nu-source = { path = "../nu-source" } nu-source = { path = "../nu-source", version = "0.7.0" }
nu-errors = { path = "../nu-errors" } nu-errors = { path = "../nu-errors", version = "0.7.0" }
crossterm = "0.10.2" crossterm = "0.10.2"
syntect = "3.2.0" syntect = "3.2.0"
@ -18,4 +18,4 @@ ansi_term = "0.12.1"
url = "2.1.0" url = "2.1.0"
[build-dependencies] [build-dependencies]
nu-build = { version = "0.1.0", path = "../nu-build" } nu-build = { version = "0.7.0", path = "../nu-build" }

View File

@ -1,17 +1,17 @@
[package] [package]
name = "nu_plugin_tree" name = "nu_plugin_tree"
version = "0.1.0" version = "0.7.0"
authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"] authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"]
edition = "2018" edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
nu-protocol = { path = "../nu-protocol" } nu-protocol = { path = "../nu-protocol", version = "0.7.0" }
nu-source = { path = "../nu-source" } nu-source = { path = "../nu-source", version = "0.7.0" }
nu-errors = { path = "../nu-errors" } nu-errors = { path = "../nu-errors", version = "0.7.0" }
ptree = {version = "0.2" } ptree = {version = "0.2" }
derive-new = "0.5.8" derive-new = "0.5.8"
[build-dependencies] [build-dependencies]
nu-build = { version = "0.1.0", path = "../nu-build" } nu-build = { version = "0.7.0", path = "../nu-build" }

View File

@ -1,6 +1,6 @@
[package] [package]
name = "test-support" name = "test-support"
version = "0.1.0" version = "0.7.0"
authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"] authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"]
edition = "2018" edition = "2018"
description = "A source string characterizer for Nushell" description = "A source string characterizer for Nushell"