Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Fix cargo unleash check (#10261)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr authored Nov 13, 2021
1 parent ed60316 commit ee8ac3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/frame/remote-externalities/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ee8ac3a

Please sign in to comment.