Skip to content

Commit 515ba1e

Browse files
authored
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...
1 parent 0163ba4 commit 515ba1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ sp-inherents = { version = "2.0.0", default-features = false, path = "../../../p
2121
sp-runtime = { version = "2.0.0", default-features = false, path = "../../../primitives/runtime" }
2222
sp-core = { version = "2.0.0", default-features = false, path = "../../../primitives/core" }
2323
sp-std = { version = "2.0.0", default-features = false, path = "../../../primitives/std" }
24-
trybuild = { git = "https://github.com/bkchr/trybuild.git", branch = "bkchr-use-workspace-cargo-lock" }
24+
trybuild = "1.0.38"
2525
pretty_assertions = "0.6.1"
2626
rustversion = "1.0.0"
2727
frame-metadata = { version = "12.0.0", default-features = false, path = "../../metadata" }

0 commit comments

Comments
 (0)