From d292fae77b21ac2584e8e1b22744cba0c272f281 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Thu, 22 Aug 2024 19:02:25 +0800 Subject: [PATCH] Bump to version 0.5.0 (#94) Signed-off-by: Xuanwo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0aa6f05..7c72235 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "backon" repository = "https://github.com/Xuanwo/backon" -version = "0.4.4" +version = "0.5.0" [features] gloo-timers-sleep = ["dep:gloo-timers", "gloo-timers/futures"]