Skip to content

Commit

Permalink
chore(release): bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghamza-Jd committed Sep 23, 2024
1 parent 7add637 commit af05f91
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.5.0"
version = "0.6.0"
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 @@ -18,8 +18,8 @@ async-trait.workspace = true
bytes.workspace = true
futures-util.workspace = true
indexmap = "2.5.0"
jarust_rt = { version = "0.5.0", path = "../jarust_rt" }
jarust_transport = { version = "0.5.0", path = "../jarust_transport" }
jarust_rt = { version = "0.6.0", path = "../jarust_rt" }
jarust_transport = { version = "0.6.0", path = "../jarust_transport" }
rand = "0.8.5"
serde_json.workspace = true
serde.workspace = true
Expand Down
6 changes: 3 additions & 3 deletions jarust_plugins/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ doctest = false

[dependencies]
async-trait.workspace = true
jarust = { version = "0.5.0", path = "../jarust" }
jarust_rt = { version = "0.5.0", path = "../jarust_rt" }
jarust_transport = { version = "0.5.0", path = "../jarust_transport" }
jarust = { version = "0.6.0", path = "../jarust" }
jarust_rt = { version = "0.6.0", path = "../jarust_rt" }
jarust_transport = { version = "0.6.0", path = "../jarust_transport" }
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 @@ -15,7 +15,7 @@ async-trait.workspace = true
bytes.workspace = true
futures-util.workspace = true
indexmap = "2.5.0"
jarust_rt = { version = "0.5.0", path = "../jarust_rt" }
jarust_rt = { version = "0.6.0", path = "../jarust_rt" }
rand = "0.8.5"
reqwest = { version = "0.12.7", features = ["json"] }
serde_json.workspace = true
Expand Down

0 comments on commit af05f91

Please sign in to comment.