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 = "Nushell parser"
edition = "2018"
license = "MIT"
name = "nu-parser"
version = "0.18.2"
version = "0.19.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -20,9 +20,9 @@ parking_lot = "0.11.0"
serde = "1.0.114"
shellexpand = "2.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-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"}
[features]
stable = []