Bump to 0.19.0 (#2483)

This commit is contained in:
Jonathan Turner
2020-09-02 15:37:06 +12:00
committed by GitHub
parent 57a26bbd42
commit 882cf74137
28 changed files with 182 additions and 182 deletions

View File

@@ -4,7 +4,7 @@ description = "CLI for nushell"
edition = "2018"
license = "MIT"
name = "nu-data"
version = "0.18.2"
version = "0.19.0"
[lib]
doctest = false
@@ -30,11 +30,11 @@ serde = {version = "1.0.114", features = ["derive"]}
toml = "0.5.6"
umask = "1.0.0"
nu-errors = {version = "0.18.2", path = "../nu-errors"}
nu-protocol = {version = "0.18.2", path = "../nu-protocol"}
nu-source = {version = "0.18.2", path = "../nu-source"}
nu-table = {version = "0.18.2", path = "../nu-table"}
nu-value-ext = {version = "0.18.2", path = "../nu-value-ext"}
nu-errors = {version = "0.19.0", path = "../nu-errors"}
nu-protocol = {version = "0.19.0", path = "../nu-protocol"}
nu-source = {version = "0.19.0", path = "../nu-source"}
nu-table = {version = "0.19.0", path = "../nu-table"}
nu-value-ext = {version = "0.19.0", path = "../nu-value-ext"}
[target.'cfg(unix)'.dependencies]
users = "0.10.0"