From d386311652569e0658236913ae3d573b394bfce5 Mon Sep 17 00:00:00 2001 From: Kezhu Wang Date: Sat, 11 May 2024 09:32:14 +0800 Subject: [PATCH] Bump version to 0.2.1 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4bb6a8d..0246365 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["asyncs-test"] [workspace.package] license = "Apache-2.0" -version = "0.2.0" +version = "0.2.1" edition = "2021" homepage = "https://github.com/kezhuw/asyncs" repository = "https://github.com/kezhuw/asyncs" @@ -36,7 +36,7 @@ spawns-compat = ["spawns-core/compat"] [dependencies] async-select = "0.2.0" -asyncs-test = { version = "0.2.0", path = "./asyncs-test", optional = true } +asyncs-test = { version = "0.2.1", path = "./asyncs-test", optional = true } spawns = { version = "0.2.3", optional = true } spawns-core = "1.1.0"