From 3b7f9efe855dfcb37b2a3d4bc558b85a06b26819 Mon Sep 17 00:00:00 2001 From: james58899 Date: Tue, 3 Dec 2024 06:28:33 +0000 Subject: [PATCH] v1.8.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3079c97..6fb306f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -1870,7 +1870,7 @@ checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" [[package]] name = "hath-rust" -version = "1.7.1" +version = "1.8.0" dependencies = [ "arc-swap", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index 0a34f2e..54e67d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hath-rust" -version = "1.7.1" +version = "1.8.0" edition = "2021" build = "build.rs"