diff --git a/Cargo.toml b/Cargo.toml index a081265..f50c7e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trybuild" -version = "1.0.85" +version = "1.0.86" 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 ccf5c24..6109f45 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.85")] +#![doc(html_root_url = "https://docs.rs/trybuild/1.0.86")] #![allow( clippy::collapsible_if, clippy::default_trait_access,