Skip to content

Commit

Permalink
Release 1.0.80
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 20, 2023
1 parent 95cb047 commit a408546
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trybuild"
version = "1.0.79"
version = "1.0.80"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["development-tools::testing"]
description = "Test harness for ui tests of compiler diagnostics"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.79")]
#![doc(html_root_url = "https://docs.rs/trybuild/1.0.80")]
#![allow(
clippy::collapsible_if,
clippy::default_trait_access,
Expand Down

0 comments on commit a408546

Please sign in to comment.