From 22886e880d4cb3fe70d164f237abd5462b5321d4 Mon Sep 17 00:00:00 2001 From: Esteban Dimitroff Hodi Date: Fri, 12 Dec 2025 13:00:31 -0300 Subject: [PATCH] v.0.4.5 --- Cargo.lock | 4 ++-- Cargo.toml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index efef144..534a21b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1197,7 +1197,7 @@ dependencies = [ [[package]] name = "spawned-concurrency" -version = "0.4.2" +version = "0.4.5" dependencies = [ "futures", "pin-project-lite", @@ -1210,7 +1210,7 @@ dependencies = [ [[package]] name = "spawned-rt" -version = "0.4.2" +version = "0.4.5" dependencies = [ "crossbeam", "tokio", diff --git a/Cargo.toml b/Cargo.toml index 1a349dd..14d1aad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,12 +16,12 @@ members = [ ] [workspace.dependencies] -spawned-rt = { path = "rt", version = "0.4.3" } -spawned-concurrency = { path = "concurrency", version = "0.4.3" } +spawned-rt = { path = "rt", version = "0.4.5" } +spawned-concurrency = { path = "concurrency", version = "0.4.5" } tracing = { version = "0.1.41", features = ["log"] } tracing-subscriber = { version = "0.3.19", features = ["env-filter"] } [workspace.package] -version = "0.4.3" +version = "0.4.5" license = "MIT" edition = "2021"