Skip to content

Commit

Permalink
Release 1.0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 16, 2023
1 parent c266c3e commit c90bb02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "quote"
version = "1.0.30" # don't forget to update html_root_url, version in readme for breaking changes
version = "1.0.31" # don't forget to update html_root_url, version in readme for breaking changes
authors = ["David Tolnay <dtolnay@gmail.com>"]
autobenches = false
categories = ["development-tools::procedural-macro-helpers"]
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -92,7 +92,7 @@
//! [prettyplease]: https://github.com/dtolnay/prettyplease

// Quote types in rustdoc of other crates get linked to here.
#![doc(html_root_url = "https://docs.rs/quote/1.0.30")]
#![doc(html_root_url = "https://docs.rs/quote/1.0.31")]
#![allow(
clippy::doc_markdown,
clippy::missing_errors_doc,
Expand Down

0 comments on commit c90bb02

Please sign in to comment.