Skip to content

Commit daeef9c

Browse files
committed
Release 1.0.97
1 parent 207b0a5 commit daeef9c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trybuild"
3-
version = "1.0.96"
3+
version = "1.0.97"
44
authors = ["David Tolnay <dtolnay@gmail.com>"]
55
categories = ["development-tools::testing"]
66
description = "Test harness for ui tests of compiler diagnostics"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
//! makes error messages that we care about substantially worse, it is also
209209
//! important to catch and report as a compiler issue.
210210
211-
#![doc(html_root_url = "https://docs.rs/trybuild/1.0.96")]
211+
#![doc(html_root_url = "https://docs.rs/trybuild/1.0.97")]
212212
#![allow(
213213
clippy::collapsible_if,
214214
clippy::comparison_chain,

0 commit comments

Comments
 (0)