Skip to content

Commit

Permalink
chore(release): bump version to 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghamza-Jd committed May 11, 2024
1 parent 1361713 commit 9818f96
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions jarust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions jarust_plugins/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion jarust_transport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 9818f96

Please sign in to comment.