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
@@ -18,4 +18,4 @@ tokio = { version = "0.2.13", features = ["macros"] }
[dev-dependencies]
sc-service = { version = "0.8.0", path = "../client/service" }
trybuild = { version = "1.0", features = ["diff"] }
trybuild = { git = "https://github.com/bkchr/trybuild.git", branch = "bkchr-use-workspace-cargo-lock", features = [ "diff" ] }