From 7aa8a892f8e6f8338978ed6e05b2483607ae6a86 Mon Sep 17 00:00:00 2001 From: ChristianVisintin Date: Mon, 14 Dec 2020 09:14:58 +0100 Subject: [PATCH] Cargo toml 0.1.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4eb9808..1f99179 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -660,7 +660,7 @@ dependencies = [ [[package]] name = "termscp" -version = "0.1.2" +version = "0.1.3" dependencies = [ "bytesize", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 3851184..dd2be4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "termscp" -version = "0.1.2" +version = "0.1.3" authors = ["Christian Visintin"] edition = "2018" license = "GPL-3.0"