Bump to 0.13.1

pull/47/head v0.13.1
Chip Senkbeil 3 years ago
parent 1fa0494e03
commit 4eb15bfe1e
No known key found for this signature in database
GPG Key ID: 35EF1F8EC72A4131

4
Cargo.lock generated

@ -234,7 +234,7 @@ dependencies = [
[[package]]
name = "distant"
version = "0.13.0"
version = "0.13.1"
dependencies = [
"assert_cmd",
"assert_fs",
@ -257,7 +257,7 @@ dependencies = [
[[package]]
name = "distant-core"
version = "0.13.0"
version = "0.13.1"
dependencies = [
"assert_fs",
"bytes",

@ -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.13.0"
version = "0.13.1"
authors = ["Chip Senkbeil <chip@senkbeil.org>"]
edition = "2018"
homepage = "https://github.com/chipsenkbeil/distant"
@ -21,7 +21,7 @@ codegen-units = 1
[dependencies]
derive_more = { version = "0.99.16", default-features = false, features = ["display", "from", "error", "is_variant"] }
distant-core = { version = "=0.13.0", path = "core", features = ["structopt"] }
distant-core = { version = "=0.13.1", path = "core", features = ["structopt"] }
flexi_logger = "0.18.0"
fork = "0.1.18"
lazy_static = "1.4.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.13.0"
version = "0.13.1"
authors = ["Chip Senkbeil <chip@senkbeil.org>"]
edition = "2018"
homepage = "https://github.com/chipsenkbeil/distant"

Loading…
Cancel
Save