From 9fd55acbd12a151b4429f85cde9d798776b718c1 Mon Sep 17 00:00:00 2001 From: james58899 Date: Tue, 12 Mar 2024 00:42:34 +0000 Subject: [PATCH] v1.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 72f0539..64023df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1141,7 +1141,7 @@ checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" [[package]] name = "hath-rust" -version = "1.2.0" +version = "1.3.0" dependencies = [ "arc-swap", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index 337aaa2..2fe491b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hath-rust" -version = "1.2.0" +version = "1.3.0" edition = "2021" build = "build.rs"