Skip to content

Commit

Permalink
MC: Bump rmc version in aggregator (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
kostekIV authored Sep 27, 2022
1 parent 2129b23 commit 5707f63
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 9 deletions.
53 changes: 47 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions aggregator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "aggregator"
version = "0.1.0"
version = "0.2.0"
authors = ["Cardinal Cryptography"]
edition = "2021"
license = "Apache 2.0"


[dependencies]
aleph-bft-rmc = "0.4.0"
aleph-bft-rmc = "0.5.0"
aleph-bft-types = "0.6.0"

async-trait = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion finality-aleph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "Apache 2.0"
aleph-bft = "0.18.1"
aleph-bft-rmc = "0.4.0"
aleph-primitives = { package = "primitives", path = "../primitives" }
aleph-aggregator = { package = "aggregator", path = "../aggregator" }
aleph-aggregator = { package = "aggregator", git = "https://github.com/Cardinal-Cryptography/aleph-node.git", tag = "aggregator-v0.1.0" }

async-trait = "0.1"
bytes = "1.0"
Expand Down

0 comments on commit 5707f63

Please sign in to comment.