Skip to content

Commit ab1e92c

Browse files
committed
Release 1.0.40
1 parent 3ff6882 commit ab1e92c

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.39"
3+
version = "1.0.40"
44
authors = ["David Tolnay <[email protected]>"]
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
@@ -89,7 +89,7 @@
8989
//! [prettyplease]: https://github.com/dtolnay/prettyplease
9090
9191
// Quote types in rustdoc of other crates get linked to here.
92-
#![doc(html_root_url = "https://docs.rs/quote/1.0.39")]
92+
#![doc(html_root_url = "https://docs.rs/quote/1.0.40")]
9393
#![allow(
9494
clippy::doc_markdown,
9595
clippy::elidable_lifetime_names,

0 commit comments

Comments
 (0)