From c26438e8f55bcf696e90f23dc5789f66413cf4ff Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 10 Sep 2023 12:20:13 -0700 Subject: [PATCH] Release 1.0.84 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5e0c772..d1f75a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trybuild" -version = "1.0.83" +version = "1.0.84" 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 d5eb847..ffb16d5 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.83")] +#![doc(html_root_url = "https://docs.rs/trybuild/1.0.84")] #![allow( clippy::collapsible_if, clippy::default_trait_access,