Use unreleased trybuild to fix CI (#7656)

This commit is contained in:
Bastian Köcher
2020-12-02 16:53:44 +01:00
committed by GitHub
parent b737ebba6d
commit 9d43568e4e
5 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ sp-consensus = { version = "0.8.0", path = "../../../primitives/consensus/common
sc-block-builder = { version = "0.8.0", path = "../../../client/block-builder" }
codec = { package = "parity-scale-codec", version = "1.3.1" }
sp-state-machine = { version = "0.8.0", path = "../../../primitives/state-machine" }
trybuild = "1.0.17"
trybuild = { git = "https://github.com/bkchr/trybuild.git", branch = "bkchr-use-workspace-cargo-lock" }
rustversion = "1.0.0"
[dev-dependencies]
@@ -30,7 +30,7 @@ sp-state-machine = { version = "0.8.0", path = "../../primitives/state-machine"
sp-core = { version = "2.0.0", path = "../core" }
sp-io = { version = "2.0.0", path = "../io" }
rustversion = "1.0.0"
trybuild = "1.0.23"
trybuild = { git = "https://github.com/bkchr/trybuild.git", branch = "bkchr-use-workspace-cargo-lock" }
[features]
default = [ "std" ]