Bump to 0.15.0-alpha.5

pull/59/head v0.15.0-alpha.5
Chip Senkbeil 3 years ago
parent fb747a3455
commit 5d28b69596
No known key found for this signature in database
GPG Key ID: 35EF1F8EC72A4131

@ -3,7 +3,7 @@ name = "distant"
description = "Operate on a remote computer through file and process manipulation"
categories = ["command-line-utilities"]
keywords = ["cli"]
version = "0.15.0-alpha.4"
version = "0.15.0-alpha.5"
authors = ["Chip Senkbeil <chip@senkbeil.org>"]
edition = "2018"
homepage = "https://github.com/chipsenkbeil/distant"
@ -28,7 +28,7 @@ ssh2 = ["distant-ssh2"]
[dependencies]
derive_more = { version = "0.99.16", default-features = false, features = ["display", "from", "error", "is_variant"] }
distant-core = { version = "=0.15.0-alpha.4", path = "distant-core", features = ["structopt"] }
distant-core = { version = "=0.15.0-alpha.5", path = "distant-core", features = ["structopt"] }
flexi_logger = "0.18.0"
fork = "0.1.18"
log = "0.4.14"
@ -41,7 +41,7 @@ strum = { version = "0.21.0", features = ["derive"] }
whoami = "1.1.2"
# Optional native SSH functionality
distant-ssh2 = { version = "=0.15.0-alpha.4", path = "distant-ssh2", optional = true }
distant-ssh2 = { version = "=0.15.0-alpha.5", path = "distant-ssh2", optional = true }
[dev-dependencies]
assert_cmd = "2.0.0"

@ -2,7 +2,7 @@
name = "distant-core"
description = "Core library for distant, enabling operation on a remote computer through file and process manipulation"
categories = ["network-programming"]
version = "0.15.0-alpha.4"
version = "0.15.0-alpha.5"
authors = ["Chip Senkbeil <chip@senkbeil.org>"]
edition = "2018"
homepage = "https://github.com/chipsenkbeil/distant"

@ -2,7 +2,7 @@
name = "distant-ssh2"
description = "Library to enable native ssh-2 protocol for use with distant sessions"
categories = ["network-programming"]
version = "0.15.0-alpha.4"
version = "0.15.0-alpha.5"
authors = ["Chip Senkbeil <chip@senkbeil.org>"]
edition = "2018"
homepage = "https://github.com/chipsenkbeil/distant"
@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
[dependencies]
async-compat = "0.2.1"
distant-core = { version = "=0.15.0-alpha.4", path = "../distant-core" }
distant-core = { version = "=0.15.0-alpha.5", path = "../distant-core" }
futures = "0.3.16"
log = "0.4.14"
rand = { version = "0.8.4", features = ["getrandom"] }

Loading…
Cancel
Save