Skip to content

Commit

Permalink
Upgrade deps to rmqtt-raft = "0.3.2"
Browse files Browse the repository at this point in the history
  • Loading branch information
rmqtt committed Aug 1, 2023
1 parent 7d174b9 commit 5caacb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rmqtt-plugins/rmqtt-cluster-raft/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition = "2021"

[dependencies]
rmqtt = "0.2"
rmqtt-raft = "0.3"
rmqtt-raft = { version = "0.3.2", features = ["reuse"] }
#rmqtt-raft = { path = "../../../rmqtt-raft", features = ["reuse"] }
serde = { version = "1.0", features = ["derive"] }
backoff = { version = "0.4", features = ["futures", "tokio"] }

0 comments on commit 5caacb0

Please sign in to comment.