From 2e9e7374bc046ecda23ebd0aefeb45a560498585 Mon Sep 17 00:00:00 2001 From: Yujia Qiao Date: Thu, 11 Aug 2022 20:51:56 +0800 Subject: [PATCH] chore: bump v0.4.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 97031b54..bfa89199 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1439,7 +1439,7 @@ dependencies = [ [[package]] name = "rathole" -version = "0.4.2" +version = "0.4.3" dependencies = [ "anyhow", "async-http-proxy", diff --git a/Cargo.toml b/Cargo.toml index 67b18dde..9c12beba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rathole" -version = "0.4.2" +version = "0.4.3" edition = "2021" authors = ["Yujia Qiao "] description = "A reverse proxy for NAT traversal"