Bump to 0.18.1 (#2335)

This commit is contained in:
Jonathan Turner
2020-08-12 15:59:28 +12:00
committed by GitHub
parent e372e7c448
commit 87d71604ad
26 changed files with 156 additions and 184 deletions

View File

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