Skip to content

Commit 9de44cd

Browse files
committed
Release 1.0.7
1 parent c00eda5 commit 9de44cd

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 = "quote"
3-
version = "1.0.6" # don't forget to update html_root_url, version in readme for breaking changes
3+
version = "1.0.7" # don't forget to update html_root_url, version in readme for breaking changes
44
authors = ["David Tolnay <dtolnay@gmail.com>"]
55
license = "MIT OR Apache-2.0"
66
description = "Quasi-quoting macro quote!(...)"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
8383
#![forbid(unsafe_code)]
8484
// Quote types in rustdoc of other crates get linked to here.
85-
#![doc(html_root_url = "https://docs.rs/quote/1.0.6")]
85+
#![doc(html_root_url = "https://docs.rs/quote/1.0.7")]
8686

8787
#[cfg(all(
8888
not(all(target_arch = "wasm32", target_os = "unknown")),

0 commit comments

Comments
 (0)