From 98c7f49ebb61ca24d6d5f6331f5d6ba7857ce81d Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Thu, 21 Apr 2022 05:28:10 +0100 Subject: [PATCH] Update trybuild to run ui tests in parallel (#1220) --- crates/lang/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/lang/Cargo.toml b/crates/lang/Cargo.toml index d648526971..f5a57d3dbe 100644 --- a/crates/lang/Cargo.toml +++ b/crates/lang/Cargo.toml @@ -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"] }