Force upgrade snow to 0.9.2 (#13806)

This fixes the compilation on master for the node template that was not pulling the latest release
as part of its build.
This commit is contained in:
Bastian Köcher
2023-04-03 11:37:18 +02:00
committed by GitHub
parent 77fbb82b6b
commit 7e3e3db282
2 changed files with 10 additions and 5 deletions
+4
View File
@@ -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"