From 60343aa5e0e624fae39144c589915a8f9ff03f49 Mon Sep 17 00:00:00 2001 From: james58899 Date: Mon, 1 Apr 2024 08:53:52 +0000 Subject: [PATCH] v1.4.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 675daca..56bcdb5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1715,7 +1715,7 @@ checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" [[package]] name = "hath-rust" -version = "1.3.0" +version = "1.4.0" dependencies = [ "arc-swap", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index 1117de1..36123ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hath-rust" -version = "1.3.0" +version = "1.4.0" edition = "2021" build = "build.rs"