From d8c2e16151eeb53c12d0d4616fcb91b6f3c9cd1c Mon Sep 17 00:00:00 2001 From: Niklas Adolfsson Date: Mon, 16 Jan 2023 17:35:00 +0100 Subject: [PATCH] fix(ci): pin trybuild `v1.0.75` (#783) --- testing/ui-tests/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/ui-tests/Cargo.toml b/testing/ui-tests/Cargo.toml index b544d1f509..0efe6c6275 100644 --- a/testing/ui-tests/Cargo.toml +++ b/testing/ui-tests/Cargo.toml @@ -9,7 +9,7 @@ publish = false [dependencies] [dev-dependencies] -trybuild = "1.0.63" +trybuild = "=1.0.75" scale-info = { version = "2.3.0", features = ["bit-vec"] } frame-metadata = "15.0.0" codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full", "bit-vec"] }