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,18 +4,18 @@ description = "A URL fetch plugin for Nushell"
edition = "2018"
license = "MIT"
name = "nu_plugin_fetch"
version = "0.19.0"
version = "0.20.0"
[lib]
doctest = false
[dependencies]
base64 = "0.12.3"
futures = { version = "0.3.5", features = ["compat", "io-compat"] }
nu-errors = {path = "../nu-errors", version = "0.19.0"}
nu-plugin = {path = "../nu-plugin", version = "0.19.0"}
nu-protocol = {path = "../nu-protocol", version = "0.19.0"}
nu-source = {path = "../nu-source", version = "0.19.0"}
futures = {version = "0.3.5", features = ["compat", "io-compat"]}
nu-errors = {path = "../nu-errors", version = "0.20.0"}
nu-plugin = {path = "../nu-plugin", version = "0.20.0"}
nu-protocol = {path = "../nu-protocol", version = "0.20.0"}
nu-source = {path = "../nu-source", version = "0.20.0"}
surf = "1.0.3"
url = "2.1.1"