Skip to content

Commit

Permalink
Bump rmc version (#438)
Browse files Browse the repository at this point in the history
This was missed in one earlier PR and caused version pushes to not work
for a while. They failed silently so it took a moment to nitice. Due to
new versions not being pushed I'm not bumping the consensus version,
despite the deps changing.
  • Loading branch information
timorleph authored Apr 17, 2024
1 parent eebbf2b commit f736f9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "../README.md"
description = "AlephBFT is an asynchronous and Byzantine fault tolerant consensus protocol aimed at ordering arbitrary messages (transactions). It has been designed to continuously operate even in the harshest conditions: with no bounds on message-delivery delays and in the presence of malicious actors. This makes it an excellent fit for blockchain-related applications."

[dependencies]
aleph-bft-rmc = { path = "../rmc", version = "0.12" }
aleph-bft-rmc = { path = "../rmc", version = "0.13" }
aleph-bft-types = { path = "../types", version = "0.13" }
anyhow = "1.0"
async-trait = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion rmc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aleph-bft-rmc"
version = "0.12.0"
version = "0.13.0"
edition = "2021"
authors = ["Cardinal Cryptography"]
categories = ["algorithms", "cryptography"]
Expand Down

0 comments on commit f736f9f

Please sign in to comment.