From 52caff6811ac288418209c7c7e2da28583bb1f4d Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 5 Jan 2024 18:47:59 -0800 Subject: [PATCH] Release 1.0.88 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7d8781a..8c7693f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trybuild" -version = "1.0.87" +version = "1.0.88" 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 78f4a07..a09fdda 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.87")] +#![doc(html_root_url = "https://docs.rs/trybuild/1.0.88")] #![allow( clippy::collapsible_if, clippy::default_trait_access,