mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 15:11:03 +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:
@@ -21,7 +21,7 @@ sp-consensus = { version = "0.8.0", path = "../../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 = "../../state-machine" }
|
||||
trybuild = { git = "https://github.com/bkchr/trybuild.git", branch = "bkchr-use-workspace-cargo-lock" }
|
||||
trybuild = "1.0.38"
|
||||
rustversion = "1.0.0"
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
@@ -31,7 +31,7 @@ sp-state-machine = { version = "0.8.0", path = "../state-machine" }
|
||||
sp-core = { version = "2.0.0", path = "../core" }
|
||||
sp-io = { version = "2.0.0", path = "../io" }
|
||||
rustversion = "1.0.0"
|
||||
trybuild = { git = "https://github.com/bkchr/trybuild.git", branch = "bkchr-use-workspace-cargo-lock" }
|
||||
trybuild = "1.0.38"
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
|
||||
Reference in New Issue
Block a user