From a5ba69f4d8a65de5ed1efb20363882e978259683 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Wed, 21 Feb 2024 18:45:00 +0800 Subject: [PATCH] Bump to version 0.4.2 (#69) Signed-off-by: Xuanwo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d8e8ae7..edfb5b7 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.1" +version = "0.4.2" [dependencies] fastrand = "2.0.0"