Bump to 0.21 (#2663)

This commit is contained in:
Jonathan Turner
2020-10-14 06:19:09 +13:00
committed by GitHub
parent cfac8e84dd
commit 770e5d89f2
30 changed files with 200 additions and 200 deletions

View File

@ -4,7 +4,7 @@ description = "CLI for nushell"
edition = "2018"
license = "MIT"
name = "nu-data"
version = "0.20.0"
version = "0.21.0"
[lib]
doctest = false
@ -28,12 +28,12 @@ query_interface = "0.3.5"
serde = {version = "1.0.115", features = ["derive"]}
toml = "0.5.6"
nu-errors = {version = "0.20.0", path = "../nu-errors"}
nu-protocol = {version = "0.20.0", path = "../nu-protocol"}
nu-source = {version = "0.20.0", path = "../nu-source"}
nu-table = {version = "0.20.0", path = "../nu-table"}
nu-value-ext = {version = "0.20.0", path = "../nu-value-ext"}
nu-test-support = {version = "0.20.0", path = "../nu-test-support"}
nu-errors = {version = "0.21.0", path = "../nu-errors"}
nu-protocol = {version = "0.21.0", path = "../nu-protocol"}
nu-source = {version = "0.21.0", path = "../nu-source"}
nu-table = {version = "0.21.0", path = "../nu-table"}
nu-test-support = {version = "0.21.0", path = "../nu-test-support"}
nu-value-ext = {version = "0.21.0", path = "../nu-value-ext"}
[target.'cfg(unix)'.dependencies]
users = "0.10.0"