Skip to content

Commit c777ce6

Browse files
committed
Release 1.0.34
1 parent e9cb3c2 commit c777ce6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quote"
3-
version = "1.0.33" # don't forget to update html_root_url, version in readme for breaking changes
3+
version = "1.0.34" # don't forget to update html_root_url, version in readme for breaking changes
44
authors = ["David Tolnay <[email protected]>"]
55
autobenches = false
66
categories = ["development-tools::procedural-macro-helpers"]

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
//! [prettyplease]: https://github.com/dtolnay/prettyplease
9393
9494
// Quote types in rustdoc of other crates get linked to here.
95-
#![doc(html_root_url = "https://docs.rs/quote/1.0.33")]
95+
#![doc(html_root_url = "https://docs.rs/quote/1.0.34")]
9696
#![allow(
9797
clippy::doc_markdown,
9898
clippy::missing_errors_doc,

0 commit comments

Comments
 (0)