From 8a57d8c2eb84241a5986f11cb99621d8a59ce65e Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 4 May 2024 16:47:03 -0400 Subject: [PATCH] Release 1.0.93 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f13a59f..d93fc40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trybuild" -version = "1.0.92" +version = "1.0.93" authors = ["David Tolnay "] categories = ["development-tools::testing"] description = "Test harness for ui tests of compiler diagnostics" diff --git a/src/lib.rs b/src/lib.rs index c42230f..f163c6d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -208,7 +208,7 @@ //! makes error messages that we care about substantially worse, it is also //! important to catch and report as a compiler issue. -#![doc(html_root_url = "https://docs.rs/trybuild/1.0.92")] +#![doc(html_root_url = "https://docs.rs/trybuild/1.0.93")] #![allow( clippy::collapsible_if, clippy::default_trait_access,