Skip to content

Commit

Permalink
chore(release): bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghamza-Jd committed Jun 26, 2024
1 parent 93c0264 commit c162a91
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.3.0"
version = "0.4.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 = "0.3.29"
indexmap = "2.2.6"
jarust_rt = { version = "0.3.0", path = "../jarust_rt" }
jarust_transport = { version = "0.3.0", path = "../jarust_transport" }
jarust_rt = { version = "0.4.0", path = "../jarust_rt" }
jarust_transport = { version = "0.4.0", path = "../jarust_transport" }
rand = "0.8.5"
serde_json.workspace = true
serde.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.3.0", path = "../jarust" }
jarust_rt = { version = "0.3.0", path = "../jarust_rt" }
jarust = { version = "0.4.0", path = "../jarust" }
jarust_rt = { version = "0.4.0", 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 @@ -20,7 +20,7 @@ futures-util = "0.3.29"
thiserror = "1.0.51"
tokio = { workspace = true, features = ["sync", "time", "rt"] }
tracing.workspace = true
jarust_rt = { version = "0.3.0", path = "../jarust_rt" }
jarust_rt = { version = "0.4.0", path = "../jarust_rt" }

[target.'cfg(not(target_family = "wasm"))'.dependencies]
rustls = { version = "0.22.2", optional = true }
Expand Down

0 comments on commit c162a91

Please sign in to comment.