Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhuw committed May 10, 2024
1 parent e6100a3 commit 1249a1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"

Expand Down

0 comments on commit 1249a1f

Please sign in to comment.