Skip to content

Commit

Permalink
release: bump version to 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghamza-Jd committed May 7, 2024
1 parent 9aaa8b4 commit b39545b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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"]

[workspace.package]
version = "0.2.7"
version = "0.2.8"
authors = ["Hamza Jadid"]
description = "A janus client SDK in Rust"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion jarust_plugins/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ doctest = false

[dependencies]
async-trait.workspace = true
jarust = { version = "0.2.7", path = "../jarust" }
jarust = { version = "0.2.8", path = "../jarust" }
serde_json.workspace = true
serde.workspace = true
tokio = { workspace = true, features = ["sync"] }
Expand Down

0 comments on commit b39545b

Please sign in to comment.