From 9818f96e52e6e19020204fe97cf182641b8f95a4 Mon Sep 17 00:00:00 2001 From: Hamza Jadid Date: Sat, 11 May 2024 11:11:45 +0300 Subject: [PATCH] chore(release): bump version to 0.2.9 --- Cargo.toml | 2 +- jarust/Cargo.toml | 4 ++-- jarust_plugins/Cargo.toml | 4 ++-- jarust_transport/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2743752..643b277 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["jarust", "jarust_plugins", "jarust_rt", "jarust_transport"] [workspace.package] -version = "0.2.8" +version = "0.2.9" authors = ["Hamza Jadid"] description = "A janus client SDK in Rust" readme = "README.md" diff --git a/jarust/Cargo.toml b/jarust/Cargo.toml index fad4106..4e98bca 100644 --- a/jarust/Cargo.toml +++ b/jarust/Cargo.toml @@ -17,8 +17,8 @@ doctest = false async-trait.workspace = true futures-util = "0.3.29" indexmap = "2.2.6" -jarust_rt = { version = "0.2.8", path = "../jarust_rt" } -jarust_transport = { version = "0.2.8", path = "../jarust_transport" } +jarust_rt = { version = "0.2.9", path = "../jarust_rt" } +jarust_transport = { version = "0.2.9", path = "../jarust_transport" } napmap = "0.1.1" rand = "0.8.5" serde_json.workspace = true diff --git a/jarust_plugins/Cargo.toml b/jarust_plugins/Cargo.toml index 1a9a9b6..d666e68 100644 --- a/jarust_plugins/Cargo.toml +++ b/jarust_plugins/Cargo.toml @@ -15,8 +15,8 @@ doctest = false [dependencies] async-trait.workspace = true -jarust = { version = "0.2.8", path = "../jarust" } -jarust_rt = { version = "0.2.8", path = "../jarust_rt" } +jarust = { version = "0.2.9", path = "../jarust" } +jarust_rt = { version = "0.2.9", path = "../jarust_rt" } serde_json.workspace = true serde.workspace = true tokio = { workspace = true, features = ["sync"] } diff --git a/jarust_transport/Cargo.toml b/jarust_transport/Cargo.toml index 83bb9ca..900025a 100644 --- a/jarust_transport/Cargo.toml +++ b/jarust_transport/Cargo.toml @@ -19,7 +19,7 @@ futures-util = "0.3.29" thiserror = "1.0.51" tokio = { workspace = true, features = ["sync", "time", "rt"] } tracing.workspace = true -jarust_rt = { version = "0.2.8", path = "../jarust_rt" } +jarust_rt = { version = "0.2.9", path = "../jarust_rt" } [target.'cfg(not(target_family = "wasm"))'.dependencies] rustls = { version = "0.22.2", optional = true }