Skip to content

Commit

Permalink
bump rustbus version to 0.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KillingSpark committed Aug 29, 2023
1 parent 17e3283 commit 155fcfa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example_keywallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
"rustbus" = {path = "../rustbus", version = "0.19.2"}
"rustbus" = {path = "../rustbus", version = "0.19.3"}
2 changes: 1 addition & 1 deletion rustbus/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustbus"
version = "0.19.2"
version = "0.19.3"
authors = ["Moritz Borcherding <moritz.borcherding@web.de>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion rustbus_derive_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
"rustbus" = {path = "../rustbus", version = "0.19.2"}
"rustbus" = {path = "../rustbus", version = "0.19.3"}
"rustbus_derive" = {path = "../rustbus_derive", version = "0.5.0"}

0 comments on commit 155fcfa

Please sign in to comment.