bump to 0.21.1 (#2702)

* bump to 0.21.1

* bump trash version
This commit is contained in:
Jonathan Turner
2020-10-26 21:10:06 +13:00
committed by GitHub
parent 6951fb440c
commit a6fdee4a51
31 changed files with 205 additions and 205 deletions

View File

@ -4,7 +4,7 @@ description = "Nushell parser"
edition = "2018"
license = "MIT"
name = "nu-parser"
version = "0.21.0"
version = "0.21.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -19,9 +19,9 @@ num-traits = "0.2.12"
serde = "1.0.115"
shellexpand = "2.0.0"
nu-errors = {version = "0.21.0", path = "../nu-errors"}
nu-protocol = {version = "0.21.0", path = "../nu-protocol"}
nu-source = {version = "0.21.0", path = "../nu-source"}
nu-errors = {version = "0.21.1", path = "../nu-errors"}
nu-protocol = {version = "0.21.1", path = "../nu-protocol"}
nu-source = {version = "0.21.1", path = "../nu-source"}
[features]
stable = []