From 8e463e8896048ab7e48ade89c377e6b5c1d425d0 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 4 Jan 2023 14:29:59 -0800 Subject: [PATCH] Release 1.0.74 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2214aff..cafca12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trybuild" -version = "1.0.73" +version = "1.0.74" authors = ["David Tolnay "] categories = ["development-tools::testing"] description = "Test harness for ui tests of compiler diagnostics"