Skip to content

Commit

Permalink
Release 1.0.94
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 7, 2024
1 parent b3c9481 commit 9ed763b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "trybuild"
version = "1.0.93"
version = "1.0.94"
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
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.93")]
#![doc(html_root_url = "https://docs.rs/trybuild/1.0.94")]
#![allow(
clippy::collapsible_if,
clippy::default_trait_access,
Expand Down

0 comments on commit 9ed763b

Please sign in to comment.