From b697ef79e0d1bd96867e200de43f181e44d3d160 Mon Sep 17 00:00:00 2001 From: Jun Ouyang Date: Sun, 17 Mar 2024 16:00:49 +0800 Subject: [PATCH] release: release v0.1.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c59b208..397b583 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -577,7 +577,7 @@ dependencies = [ [[package]] name = "quicssh-rs" -version = "0.1.3+autopublish" +version = "0.1.4+autopublish" dependencies = [ "clap", "log", diff --git a/Cargo.toml b/Cargo.toml index f08a4a9..a031483 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quicssh-rs" -version = "0.1.3+autopublish" +version = "0.1.4+autopublish" edition = "2021" license = "MIT" authors = ["oowl "]