Bump to the 0.62.1 dev version (#5473)

This commit is contained in:
JT
2022-05-08 08:38:12 +12:00
committed by GitHub
parent ca75cd7c0a
commit 374757f286
33 changed files with 153 additions and 153 deletions

View File

@@ -4,12 +4,12 @@ description = "Nushell's evaluation engine"
edition = "2021"
license = "MIT"
name = "nu-engine"
version = "0.62.0"
version = "0.62.1"
[dependencies]
nu-protocol = { path = "../nu-protocol", features = ["plugin"], version = "0.62.0" }
nu-path = { path = "../nu-path", version = "0.62.0" }
nu-glob = { path = "../nu-glob", version = "0.62.0" }
nu-protocol = { path = "../nu-protocol", features = ["plugin"], version = "0.62.1" }
nu-path = { path = "../nu-path", version = "0.62.1" }
nu-glob = { path = "../nu-glob", version = "0.62.1" }
chrono = { version="0.4.19", features=["serde"] }
sysinfo = "0.23.10"