Bump nushell to 0.60.1 (#4987)

This commit is contained in:
JT
2022-03-27 16:18:47 +13:00
committed by GitHub
parent 319930a1b9
commit 82e3bb0f38
33 changed files with 153 additions and 153 deletions

View File

@@ -4,7 +4,7 @@ description = "A set of query commands for Nushell"
edition = "2021"
license = "MIT"
name = "nu-protocol"
version = "0.60.0"
version = "0.60.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -18,7 +18,7 @@ chrono-humanize = "0.2.1"
byte-unit = "4.0.9"
im = "15.0.0"
serde_json = { version = "1.0", optional = true }
nu-json = { path = "../nu-json", version = "0.60.0" }
nu-json = { path = "../nu-json", version = "0.60.1" }
typetag = "0.1.8"
num-format = "0.4.0"
sys-locale = "0.2.0"