From 32408f9c63c571d4395f07d4aecaccb55f8e315f Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 18 Oct 2024 09:17:54 -0700 Subject: [PATCH] Release 1.0.101 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0578518..dbd2b0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trybuild" -version = "1.0.100" +version = "1.0.101" 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 6e52c4b..143698f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -227,7 +227,7 @@ //! components = ["rust-src"] //! ``` -#![doc(html_root_url = "https://docs.rs/trybuild/1.0.100")] +#![doc(html_root_url = "https://docs.rs/trybuild/1.0.101")] #![cfg_attr(not(check_cfg), allow(unexpected_cfgs))] #![allow( clippy::collapsible_if,