diff --git a/Cargo.toml b/Cargo.toml index f5d7e71..4bb6a8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["asyncs-test"] [workspace.package] license = "Apache-2.0" -version = "0.1.0" +version = "0.2.0" 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.1.0", path = "./asyncs-test", optional = true } +asyncs-test = { version = "0.2.0", path = "./asyncs-test", optional = true } spawns = { version = "0.2.3", optional = true } spawns-core = "1.1.0"