From c98f2729722afad85be7a6b6cba18aedbd83733a Mon Sep 17 00:00:00 2001 From: René Kijewski Date: Mon, 31 Jan 2022 19:04:07 +0100 Subject: Use exact trybuild version Sometimes for no obvious reason an old version is selected and the output is different in just about every ui test. Just pin it to the currently newest version and test if an updated version still works when a new version gets released. --- testing/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/Cargo.toml') diff --git a/testing/Cargo.toml b/testing/Cargo.toml index daa2d68..008b200 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -15,7 +15,7 @@ serde_json = { version = "1.0", optional = true } [dev-dependencies] criterion = "0.3" -trybuild = "1.0" +trybuild = "1.0.55" version_check = "0.9" [[bench]] -- cgit