diff --git a/Cargo.toml b/Cargo.toml index 4e2f0e4..ee8df66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quote" -version = "1.0.37" +version = "1.0.38" authors = ["David Tolnay "] autobenches = false categories = ["development-tools::procedural-macro-helpers"] diff --git a/src/lib.rs b/src/lib.rs index c959a87..3fa8f87 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.37")] +#![doc(html_root_url = "https://docs.rs/quote/1.0.38")] #![allow( clippy::doc_markdown, clippy::missing_errors_doc,