mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 10:01:17 +00:00
Switch back to the crates.io release of trybuild (#7764)
* Switch back to the crates.io release of trybuild My fix was merged on upstream and this release contains it. So, no more reason to keep the git dependency. * The lock file...
This commit is contained in:
@@ -18,4 +18,4 @@ tokio = { version = "0.2.13", features = ["macros"] }
|
||||
|
||||
[dev-dependencies]
|
||||
sc-service = { version = "0.8.0", path = "../client/service" }
|
||||
trybuild = { git = "https://github.com/bkchr/trybuild.git", branch = "bkchr-use-workspace-cargo-lock", features = [ "diff" ] }
|
||||
trybuild = { version = "1.0.38", features = [ "diff" ] }
|
||||
|
||||
Reference in New Issue
Block a user