Skip to content

Commit

Permalink
chore(release): bump version to 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghamza-Jd committed Apr 25, 2024
1 parent d13f0a7 commit 219506b
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.6"
version = "0.2.7"
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.6", path = "../jarust" }
jarust_make_plugin = { version = "0.2.6", path = "../jarust_make_plugin" }
jarust = { version = "0.2.7", path = "../jarust" }
jarust_make_plugin = { version = "0.2.7", path = "../jarust_make_plugin" }
serde_json.workspace = true
serde.workspace = true
tokio = { workspace = true, features = ["sync"] }
Expand Down

0 comments on commit 219506b

Please sign in to comment.