Skip to content

Commit

Permalink
Bump versions spawns version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhuw committed May 6, 2024
1 parent b5da50f commit 6d75a28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ path = "echo.rs"
[dependencies]
async-executor = "1.11.0"
async-net = "2.0.0"
spawns = { path = "../spawns", version = "0.2.2", features = ["executor"]}
spawns = { path = "../spawns", version = "0.2.3", features = ["executor"]}
futures-lite = "2.3.0"
clap = "4.5.4"
2 changes: 1 addition & 1 deletion spawns/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spawns"
version = "0.2.2"
version = "0.2.3"
readme.workspace = true
authors.workspace = true
edition.workspace = true
Expand Down

0 comments on commit 6d75a28

Please sign in to comment.