Skip to content

Commit 34d94b4

Browse files
committed
Release 1.0.21
1 parent 20a59fd commit 34d94b4

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.20" # don't forget to update html_root_url, version in readme for breaking changes
3+
version = "1.0.21" # don't forget to update html_root_url, version in readme for breaking changes
44
authors = ["David Tolnay <dtolnay@gmail.com>"]
55
autobenches = false
66
categories = ["development-tools::procedural-macro-helpers"]

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
//! ```
8282
8383
// Quote types in rustdoc of other crates get linked to here.
84-
#![doc(html_root_url = "https://docs.rs/quote/1.0.20")]
84+
#![doc(html_root_url = "https://docs.rs/quote/1.0.21")]
8585
#![allow(
8686
clippy::doc_markdown,
8787
clippy::missing_errors_doc,

0 commit comments

Comments
 (0)