Bump to 0.20 (#2588)

This commit is contained in:
Jonathan Turner
2020-09-22 19:54:46 +12:00
committed by GitHub
parent 8388afc9d9
commit ebba89ea31
28 changed files with 181 additions and 181 deletions

View File

@ -4,7 +4,7 @@ description = "Core values and protocols for Nushell"
edition = "2018"
license = "MIT"
name = "nu-protocol"
version = "0.19.0"
version = "0.20.0"
[lib]
doctest = false
@ -21,8 +21,8 @@ indexmap = {version = "1.6.0", features = ["serde-1"]}
itertools = "0.9.0"
log = "0.4.11"
natural = "0.5.0"
nu-errors = {path = "../nu-errors", version = "0.19.0"}
nu-source = {path = "../nu-source", version = "0.19.0"}
nu-errors = {path = "../nu-errors", version = "0.20.0"}
nu-source = {path = "../nu-source", version = "0.20.0"}
num-bigint = {version = "0.3.0", features = ["serde"]}
num-integer = "0.1.43"
num-traits = "0.2.12"