Skip to content

Commit

Permalink
Update trybuild to run ui tests in parallel (#1220)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascjones committed Apr 21, 2022
1 parent a1a04f0 commit 98c7f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/lang/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ derive_more = { version = "0.99", default-features = false, features = ["from"]
ink_lang_ir = { version = "3.0.1", path = "ir" }
ink_metadata = { version = "3.0.1", default-features = false, path = "../metadata" }

trybuild = { version = "1.0.52", features = ["diff"] }
trybuild = { version = "1.0.60", features = ["diff"] }
# Required for the doctest of `env_access::EnvAccess::instantiate_contract`
scale-info = { version = "2", default-features = false, features = ["derive"] }

Expand Down

0 comments on commit 98c7f49

Please sign in to comment.