Skip to content

Commit b1b7064

Browse files
committed
Release 1.0.96
1 parent 742c6b3 commit b1b7064

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.95"
3+
version = "1.0.96"
44
authors = ["David Tolnay <[email protected]>"]
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.95")]
211+
#![doc(html_root_url = "https://docs.rs/trybuild/1.0.96")]
212212
#![allow(
213213
clippy::collapsible_if,
214214
clippy::default_trait_access,

0 commit comments

Comments
 (0)