mirror of
https://github.com/nushell/nushell.git
synced 2025-08-18 09:49:46 +02:00
Bump to 0.16.1 (#2116)
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user