mirror of
https://github.com/nushell/nushell.git
synced 2025-08-17 11:51:46 +02:00
Bump to 0.19.0 (#2483)
This commit is contained in:
@ -1,20 +1,20 @@
|
||||
[package]
|
||||
name = "nu_plugin_s3"
|
||||
version = "0.18.2"
|
||||
authors = ["The Nu Project Contributors"]
|
||||
edition = "2018"
|
||||
description = "An S3 plugin for Nushell"
|
||||
edition = "2018"
|
||||
license = "MIT"
|
||||
name = "nu_plugin_s3"
|
||||
version = "0.19.0"
|
||||
|
||||
[lib]
|
||||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
nu-plugin = { path = "../nu-plugin", version = "0.18.2" }
|
||||
nu-protocol = { path = "../nu-protocol", version = "0.18.2" }
|
||||
nu-source = { path = "../nu-source", version = "0.18.2" }
|
||||
nu-errors = { path = "../nu-errors", version = "0.18.2" }
|
||||
futures = { version = "0.3", features = ["compat", "io-compat"] }
|
||||
futures = {version = "0.3", 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"}
|
||||
s3handler = "0.5.0"
|
||||
|
||||
[build-dependencies]
|
||||
|
Reference in New Issue
Block a user