From ef016f04673f21eed7d7fd7046b11e4efa13373b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=A3rebe=20-=20Romain=20GERARD?= Date: Sun, 28 Jul 2024 16:09:29 +0200 Subject: [PATCH] Bump version v9.8.0-rc1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 211d3ab..3f6452b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3071,7 +3071,7 @@ dependencies = [ [[package]] name = "wstunnel" -version = "9.7.4" +version = "9.8.0-rc1" dependencies = [ "ahash", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 49b6039..4a84e42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wstunnel" -version = "9.7.4" +version = "9.8.0-rc1" edition = "2021" repository = "https://github.com/erebe/wstunnel.git" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html