Bump to 0.16.1 (#2116)

This commit is contained in:
Jonathan Turner
2020-07-05 13:12:44 -07:00
committed by GitHub
parent 85d848dd7d
commit d30c40b40e
23 changed files with 284 additions and 284 deletions

View File

@ -1,28 +1,28 @@
[package]
name = "nu-parser"
version = "0.16.0"
authors = ["The Nu Project Contributors"]
edition = "2018"
description = "Nushell parser"
edition = "2018"
license = "MIT"
name = "nu-parser"
version = "0.16.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
num-bigint = { version = "0.2.6", features = ["serde"] }
bigdecimal = { version = "0.1.2", features = ["serde"] }
indexmap = { version = "1.4.0", features = ["serde-1"] }
parking_lot = "0.11.0"
num-traits = "0.2.12"
derive-new = "0.5.8"
serde = "1.0.114"
bigdecimal = {version = "0.1.2", features = ["serde"]}
codespan-reporting = "0.9.5"
derive-new = "0.5.8"
indexmap = {version = "1.4.0", features = ["serde-1"]}
log = "0.4.8"
num-bigint = {version = "0.2.6", features = ["serde"]}
num-traits = "0.2.12"
parking_lot = "0.11.0"
serde = "1.0.114"
shellexpand = "2.0.0"
nu-source = { version = "0.16.0", path = "../nu-source" }
nu-protocol = { version = "0.16.0", path = "../nu-protocol" }
nu-errors = { version = "0.16.0", path = "../nu-errors" }
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"}
[features]
stable = []