Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit e4ae38b

Browse files
authored
Use unreleased trybuild to fix CI (#7656)
1 parent f884296 commit e4ae38b

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

Cargo.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frame/support/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 = "1.0.33"
24+
trybuild = { git = "https://github.com/bkchr/trybuild.git", branch = "bkchr-use-workspace-cargo-lock" }
2525
pretty_assertions = "0.6.1"
2626
rustversion = "1.0.0"
2727
frame-metadata = { version = "12.0.0", default-features = false, path = "../../metadata" }

primitives/api/test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ sp-consensus = { version = "0.8.0", path = "../../../primitives/consensus/common
2121
sc-block-builder = { version = "0.8.0", path = "../../../client/block-builder" }
2222
codec = { package = "parity-scale-codec", version = "1.3.1" }
2323
sp-state-machine = { version = "0.8.0", path = "../../../primitives/state-machine" }
24-
trybuild = "1.0.17"
24+
trybuild = { git = "https://github.com/bkchr/trybuild.git", branch = "bkchr-use-workspace-cargo-lock" }
2525
rustversion = "1.0.0"
2626

2727
[dev-dependencies]

primitives/runtime-interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ sp-state-machine = { version = "0.8.0", path = "../../primitives/state-machine"
3030
sp-core = { version = "2.0.0", path = "../core" }
3131
sp-io = { version = "2.0.0", path = "../io" }
3232
rustversion = "1.0.0"
33-
trybuild = "1.0.23"
33+
trybuild = { git = "https://github.com/bkchr/trybuild.git", branch = "bkchr-use-workspace-cargo-lock" }
3434

3535
[features]
3636
default = [ "std" ]

test-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ tokio = { version = "0.2.13", features = ["macros"] }
1818

1919
[dev-dependencies]
2020
sc-service = { version = "0.8.0", path = "../client/service" }
21-
trybuild = { version = "1.0", features = ["diff"] }
21+
trybuild = { git = "https://github.com/bkchr/trybuild.git", branch = "bkchr-use-workspace-cargo-lock", features = [ "diff" ] }

0 commit comments

Comments
 (0)