Skip to content

Commit 6d75a28

Browse files
committed
Bump versions spawns version to 0.2.3
1 parent b5da50f commit 6d75a28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ path = "echo.rs"
1414
[dependencies]
1515
async-executor = "1.11.0"
1616
async-net = "2.0.0"
17-
spawns = { path = "../spawns", version = "0.2.2", features = ["executor"]}
17+
spawns = { path = "../spawns", version = "0.2.3", features = ["executor"]}
1818
futures-lite = "2.3.0"
1919
clap = "4.5.4"

spawns/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spawns"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
readme.workspace = true
55
authors.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)