From 0c2cdac7519b659945a58d68494fc80fa99b3bf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=A3rebe=20-=20Romain=20GERARD?= Date: Thu, 26 Oct 2023 18:24:03 +0200 Subject: [PATCH] Bump version v7.4.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 571dcde..bdf0209 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1537,7 +1537,7 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" [[package]] name = "wstunnel" -version = "7.3.0" +version = "7.4.0" dependencies = [ "ahash", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index b1a60d4..0fa946c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wstunnel" -version = "7.3.0" +version = "7.4.0" edition = "2021" repository = "https://github.com/erebe/wstunnel.git"