From 6f50f4ee48718071fec7d9410f02dd582ecf8950 Mon Sep 17 00:00:00 2001 From: Esteban Dimitroff Hodi Date: Mon, 18 Aug 2025 12:14:02 -0300 Subject: [PATCH] Version update --- Cargo.lock | 4 ++-- Cargo.toml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 25080b7..e3bfd33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1188,7 +1188,7 @@ dependencies = [ [[package]] name = "spawned-concurrency" -version = "0.2.2" +version = "0.3.0" dependencies = [ "futures", "spawned-rt", @@ -1200,7 +1200,7 @@ dependencies = [ [[package]] name = "spawned-rt" -version = "0.2.2" +version = "0.3.0" dependencies = [ "crossbeam", "tokio", diff --git a/Cargo.toml b/Cargo.toml index 11f8201..7a66da4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,12 +15,12 @@ members = [ ] [workspace.dependencies] -spawned-rt = { path = "rt" } -spawned-concurrency = { path = "concurrency" } +spawned-rt = { path = "rt", version = "0.3.0"} +spawned-concurrency = { path = "concurrency", version = "0.3.0"} tracing = { version = "0.1.41", features = ["log"] } tracing-subscriber = { version = "0.3.19", features = ["env-filter"] } [workspace.package] -version = "0.2.2" +version = "0.3.0" license = "MIT" edition = "2021"