From 8ae7c0f161b9314ab1e36eb8dc876a5bfe633d57 Mon Sep 17 00:00:00 2001 From: owl Date: Tue, 2 May 2023 20:11:23 +0800 Subject: [PATCH] release: release 0.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 73a60e5..eb40b15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -634,7 +634,7 @@ dependencies = [ [[package]] name = "quicssh-rs" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clap", "log", diff --git a/Cargo.toml b/Cargo.toml index fc5bb6b..aa4a7da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quicssh-rs" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "MIT" authors = ["oowl "]