From 7c36070ef39e5ef21ff07e1d4e8c3176ad72a146 Mon Sep 17 00:00:00 2001 From: james58899 Date: Wed, 21 Aug 2024 07:56:14 +0000 Subject: [PATCH] v1.7.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d6e55e2..afdf9cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1769,7 +1769,7 @@ dependencies = [ [[package]] name = "hath-rust" -version = "1.7.0" +version = "1.7.1" dependencies = [ "arc-swap", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index 1407938..0c6f9e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hath-rust" -version = "1.7.0" +version = "1.7.1" edition = "2021" build = "build.rs"