Skip to content

Commit

Permalink
Bump versions for spawns-core, spawns
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhuw committed May 21, 2024
1 parent e0a294e commit debc757
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.3", features = ["executor"]}
spawns = { path = "../spawns", version = "0.2.4", features = ["executor"]}
futures-lite = "2.3.0"
clap = "4.5.4"
2 changes: 1 addition & 1 deletion spawns-compat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async-global-executor = ["linkme", "spawns-core/compat", "dep:async-global-execu
[dependencies]
linkme = { version = "0.3.25", optional = true }
smol = { version = "2.0.0", optional = true }
spawns-core = { path = "../spawns-core", version = "1.1.0", optional = true }
spawns-core = { path = "../spawns-core", version = "1.1.1", optional = true }
tokio = { version = "1", features = ["rt"], optional = true }
async-global-executor = { version = "2", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion spawns-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spawns-core"
version = "1.1.0"
version = "1.1.1"
readme.workspace = true
authors.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion spawns-executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description = "Async executors for thread context task spawner"
async-executor = "1.11.0"
async-shutdown = "0.2.2"
futures = { version = "0.3.30" }
spawns-core = { path = "../spawns-core", version = "1.1.0" }
spawns-core = { path = "../spawns-core", version = "1.1.1" }

[dev-dependencies]
async-io = "2.3.2"
Expand Down
4 changes: 2 additions & 2 deletions spawns/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spawns"
version = "0.2.3"
version = "0.2.4"
readme.workspace = true
authors.workspace = true
edition.workspace = true
Expand All @@ -19,7 +19,7 @@ async-global-executor = ["spawns-compat/async-global-executor"]
panic-multiple-global-spawners = ["spawns-core/panic-multiple-global-spawners"]

[dependencies]
spawns-core = { path = "../spawns-core", version = "1.1.0" }
spawns-core = { path = "../spawns-core", version = "1.1.1" }
spawns-compat = { path = "../spawns-compat", version = "0.2.1", optional = true }
spawns-executor = { path = "../spawns-executor", version = "0.1.1", optional = true }

Expand Down

0 comments on commit debc757

Please sign in to comment.