Skip to content

Commit

Permalink
Release 1.0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 22, 2024
1 parent 43acd77 commit b1ebffa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quote"
version = "1.0.36"
version = "1.0.37"
authors = ["David Tolnay <[email protected]>"]
autobenches = false
categories = ["development-tools::procedural-macro-helpers"]
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
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.36")]
#![doc(html_root_url = "https://docs.rs/quote/1.0.37")]
#![allow(
clippy::doc_markdown,
clippy::missing_errors_doc,
Expand Down

0 comments on commit b1ebffa

Please sign in to comment.