Skip to content

Commit f224ff8

Browse files
committed
Release 1.0.113
1 parent f19d0bd commit f224ff8

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.112"
3+
version = "1.0.113"
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
@@ -227,7 +227,7 @@
227227
//! components = ["rust-src"]
228228
//! ```
229229
230-
#![doc(html_root_url = "https://docs.rs/trybuild/1.0.112")]
230+
#![doc(html_root_url = "https://docs.rs/trybuild/1.0.113")]
231231
#![cfg_attr(not(check_cfg), allow(unexpected_cfgs))]
232232
#![allow(
233233
clippy::collapsible_if,

0 commit comments

Comments
 (0)