Bump to 0.17.0 (#2237)

This commit is contained in:
Jonathan Turner
2020-07-22 06:41:49 +12:00
committed by GitHub
parent a36d2a1586
commit 2a084fc838
27 changed files with 185 additions and 185 deletions

View File

@ -4,7 +4,7 @@ description = "Nushell parser"
edition = "2018"
license = "MIT"
name = "nu-parser"
version = "0.16.1"
version = "0.17.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.16.1", path = "../nu-errors"}
nu-protocol = {version = "0.16.1", path = "../nu-protocol"}
nu-source = {version = "0.16.1", path = "../nu-source"}
nu-errors = {version = "0.17.0", path = "../nu-errors"}
nu-protocol = {version = "0.17.0", path = "../nu-protocol"}
nu-source = {version = "0.17.0", path = "../nu-source"}
[features]
stable = []