Fix cargo unleash check (#10261)

This commit is contained in:
Bastian Köcher
2021-11-13 23:57:19 +01:00
committed by GitHub
parent 101366a351
commit b769c754be
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
jsonrpsee = { version = "0.4.1", features = ["ws-client", "macros"] }
env_logger = "0.9"
frame-support = { path = "../../../frame/support", optional = true }
frame-support = { path = "../../../frame/support", optional = true, version = "4.0.0-dev" }
log = "0.4.11"
codec = { package = "parity-scale-codec", version = "2.0.0" }
serde_json = "1.0"