Skip to content

Commit 7a76c1d

Browse files
committed
Bump version to 0.3.0
1 parent 24013e7 commit 7a76c1d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

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

55
[workspace.package]
66
license = "Apache-2.0"
7-
version = "0.2.1"
7+
version = "0.3.0"
88
edition = "2021"
99
authors = ["Kezhu Wang <[email protected]>"]
1010
homepage = "https://github.com/kezhuw/asyncs"
@@ -37,8 +37,8 @@ spawns-compat = ["spawns-core/compat"]
3737

3838
[dependencies]
3939
async-select = "0.2.0"
40-
asyncs-test = { version = "0.2.1", path = "./asyncs-test", optional = true }
41-
asyncs-sync = { version = "0.2.1", path = "./asyncs-sync" }
40+
asyncs-test = { version = "0.3.0", path = "./asyncs-test", optional = true }
41+
asyncs-sync = { version = "0.3.0", path = "./asyncs-sync" }
4242
spawns = { version = "0.2.4", optional = true }
4343
spawns-core = "1.1.1"
4444

asyncs-sync/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ documentation.workspace = true
1313
[dependencies]
1414

1515
[dev-dependencies]
16-
asyncs = { version = "0.2.1", path = "../", features = ["test"] }
16+
asyncs = { version = "0.3.0", path = "../", features = ["test"] }
1717
futures = "0.3.30"

0 commit comments

Comments
 (0)