From 4eb15bfe1eb63f8590f995f8a04a4fac2bb1b4de Mon Sep 17 00:00:00 2001 From: Chip Senkbeil Date: Wed, 8 Sep 2021 23:26:32 -0500 Subject: [PATCH] Bump to 0.13.1 --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- core/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e4a1ecae..b2a910c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 92107907..1f7cb0cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] 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" diff --git a/core/Cargo.toml b/core/Cargo.toml index 9a97c1a6..6f432782 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -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 "] edition = "2018" homepage = "https://github.com/chipsenkbeil/distant"