Skip to content

Commit d386311

Browse files
committed
Bump version to 0.2.1
1 parent 5689b60 commit d386311

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = ["asyncs-test"]
44

55
[workspace.package]
66
license = "Apache-2.0"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
edition = "2021"
99
homepage = "https://github.com/kezhuw/asyncs"
1010
repository = "https://github.com/kezhuw/asyncs"
@@ -36,7 +36,7 @@ spawns-compat = ["spawns-core/compat"]
3636

3737
[dependencies]
3838
async-select = "0.2.0"
39-
asyncs-test = { version = "0.2.0", path = "./asyncs-test", optional = true }
39+
asyncs-test = { version = "0.2.1", path = "./asyncs-test", optional = true }
4040
spawns = { version = "0.2.3", optional = true }
4141
spawns-core = "1.1.0"
4242

0 commit comments

Comments
 (0)