diff --git a/Cargo.toml b/Cargo.toml index 02142ee..8631ddb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quote" -version = "0.4.1" # don't forget to update html_root_url, version in readme for breaking changes +version = "0.4.2" # don't forget to update html_root_url, version in readme for breaking changes authors = ["David Tolnay "] license = "MIT/Apache-2.0" description = "Quasi-quoting macro quote!(...)" diff --git a/src/lib.rs b/src/lib.rs index ded2444..7d17434 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -91,7 +91,7 @@ //! An even higher limit may be necessary for especially large invocations. // Quote types in rustdoc of other crates get linked to here. -#![doc(html_root_url = "https://docs.rs/quote/0.4.1")] +#![doc(html_root_url = "https://docs.rs/quote/0.4.2")] extern crate proc_macro2; extern crate proc_macro;