From fe815a87c550e4e8e31474fbe233bd84ee16e340 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Fri, 8 Mar 2024 17:25:34 +0800 Subject: [PATCH] Bump to version 0.4.3 (#74) Signed-off-by: Xuanwo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index edfb5b7..8bee51b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ documentation = "https://docs.rs/backon" edition = "2021" license = "Apache-2.0" name = "backon" -version = "0.4.2" +version = "0.4.3" [dependencies] fastrand = "2.0.0"