Skip to content

Commit

Permalink
release: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghamza-Jd committed Apr 1, 2024
1 parent 7be259f commit 394a646
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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_make_plugin", "jarust_plugins"]

[workspace.package]
version = "0.2.4"
version = "0.2.5"
authors = ["Hamza Jadid"]
description = "A janus client SDK in Rust"
readme = "README.md"
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.4", path = "../jarust" }
jarust_make_plugin = { version = "0.2.4", path = "../jarust_make_plugin" }
jarust = { version = "0.2.5", path = "../jarust" }
jarust_make_plugin = { version = "0.2.5", path = "../jarust_make_plugin" }
serde_json.workspace = true
serde.workspace = true
tokio = { version = "1.35.1", features = ["sync"] }
Expand Down

0 comments on commit 394a646

Please sign in to comment.