Skip to content

Commit

Permalink
Force upgrade snow to 0.9.2 (paritytech#13806)
Browse files Browse the repository at this point in the history
This fixes the compilation on master for the node template that was not pulling the latest release
as part of its build.
  • Loading branch information
bkchr authored and nathanwhit committed Jul 19, 2023
1 parent b9e3897 commit be82359
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions client/network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" }
sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" }
sp-core = { version = "7.0.0", path = "../../primitives/core" }
sp-runtime = { version = "7.0.0", path = "../../primitives/runtime" }
# Force 0.9.2 as snow release to fix the compilation.
#
# When libp2p also enforces this version, we can get rid off this extra dep here.
snow = "0.9.2"

[dev-dependencies]
assert_matches = "1.3"
Expand Down

0 comments on commit be82359

Please sign in to comment.