diff --git a/Cargo.toml b/Cargo.toml index d8ab242..4e2f0e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quote" -version = "1.0.36" +version = "1.0.37" authors = ["David Tolnay "] autobenches = false categories = ["development-tools::procedural-macro-helpers"] diff --git a/src/lib.rs b/src/lib.rs index 4d198cb..2c72da2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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,