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,16 +1,16 @@
[package]
name = "nu-build"
version = "0.16.0"
authors = ["The Nu Project Contributors"]
edition = "2018"
description = "Core build system for nushell"
edition = "2018"
license = "MIT"
name = "nu-build"
version = "0.16.1"
[lib]
doctest = false
[dependencies]
serde = { version = "1.0.114", features = ["derive"] }
lazy_static = "1.4.0"
serde = {version = "1.0.114", features = ["derive"]}
serde_json = "1.0.55"
toml = "0.5.6"