We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5da50f commit 6d75a28Copy full SHA for 6d75a28
examples/Cargo.toml
@@ -14,6 +14,6 @@ path = "echo.rs"
14
[dependencies]
15
async-executor = "1.11.0"
16
async-net = "2.0.0"
17
-spawns = { path = "../spawns", version = "0.2.2", features = ["executor"]}
+spawns = { path = "../spawns", version = "0.2.3", features = ["executor"]}
18
futures-lite = "2.3.0"
19
clap = "4.5.4"
spawns/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "spawns"
3
-version = "0.2.2"
+version = "0.2.3"
4
readme.workspace = true
5
authors.workspace = true
6
edition.workspace = true
0 commit comments