Skip to content

Commit debc757

Browse files
committed
Bump versions for spawns-core, spawns
1 parent e0a294e commit debc757

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.3", features = ["executor"]}
17+
spawns = { path = "../spawns", version = "0.2.4", features = ["executor"]}
1818
futures-lite = "2.3.0"
1919
clap = "4.5.4"

spawns-compat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ async-global-executor = ["linkme", "spawns-core/compat", "dep:async-global-execu
1919
[dependencies]
2020
linkme = { version = "0.3.25", optional = true }
2121
smol = { version = "2.0.0", optional = true }
22-
spawns-core = { path = "../spawns-core", version = "1.1.0", optional = true }
22+
spawns-core = { path = "../spawns-core", version = "1.1.1", optional = true }
2323
tokio = { version = "1", features = ["rt"], optional = true }
2424
async-global-executor = { version = "2", optional = true }
2525

spawns-core/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-core"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
readme.workspace = true
55
authors.workspace = true
66
edition.workspace = true

spawns-executor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description = "Async executors for thread context task spawner"
1414
async-executor = "1.11.0"
1515
async-shutdown = "0.2.2"
1616
futures = { version = "0.3.30" }
17-
spawns-core = { path = "../spawns-core", version = "1.1.0" }
17+
spawns-core = { path = "../spawns-core", version = "1.1.1" }
1818

1919
[dev-dependencies]
2020
async-io = "2.3.2"

spawns/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spawns"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
readme.workspace = true
55
authors.workspace = true
66
edition.workspace = true
@@ -19,7 +19,7 @@ async-global-executor = ["spawns-compat/async-global-executor"]
1919
panic-multiple-global-spawners = ["spawns-core/panic-multiple-global-spawners"]
2020

2121
[dependencies]
22-
spawns-core = { path = "../spawns-core", version = "1.1.0" }
22+
spawns-core = { path = "../spawns-core", version = "1.1.1" }
2323
spawns-compat = { path = "../spawns-compat", version = "0.2.1", optional = true }
2424
spawns-executor = { path = "../spawns-executor", version = "0.1.1", optional = true }
2525

0 commit comments

Comments
 (0)