Skip to content

Commit 9692965

Browse files
committed
Release 1.0.85
1 parent a1d8b13 commit 9692965

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.84"
3+
version = "1.0.85"
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.84")]
211+
#![doc(html_root_url = "https://docs.rs/trybuild/1.0.85")]
212212
#![allow(
213213
clippy::collapsible_if,
214214
clippy::default_trait_access,

0 commit comments

Comments
 (0)