From 17b36666391aa7b7f27a5a0c5b661ad7575acb14 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 16 Mar 2024 15:05:11 -0700 Subject: [PATCH] Release 1.0.90 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7c42fb7..e9b78f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trybuild" -version = "1.0.89" +version = "1.0.90" 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 6fc27e5..2fc219b 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.89")] +#![doc(html_root_url = "https://docs.rs/trybuild/1.0.90")] #![allow( clippy::collapsible_if, clippy::default_trait_access,