Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhuw committed May 21, 2024
1 parent 24013e7 commit 7a76c1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = ["asyncs-test", "asyncs-sync"]

[workspace.package]
license = "Apache-2.0"
version = "0.2.1"
version = "0.3.0"
edition = "2021"
authors = ["Kezhu Wang <[email protected]>"]
homepage = "https://github.com/kezhuw/asyncs"
Expand Down Expand Up @@ -37,8 +37,8 @@ spawns-compat = ["spawns-core/compat"]

[dependencies]
async-select = "0.2.0"
asyncs-test = { version = "0.2.1", path = "./asyncs-test", optional = true }
asyncs-sync = { version = "0.2.1", path = "./asyncs-sync" }
asyncs-test = { version = "0.3.0", path = "./asyncs-test", optional = true }
asyncs-sync = { version = "0.3.0", path = "./asyncs-sync" }
spawns = { version = "0.2.4", optional = true }
spawns-core = "1.1.1"

Expand Down
2 changes: 1 addition & 1 deletion asyncs-sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ documentation.workspace = true
[dependencies]

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

0 comments on commit 7a76c1d

Please sign in to comment.