File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " quote"
3- version = " 1.0.35 " # don't forget to update html_root_url, version in readme for breaking changes
3+ version = " 1.0.36 " # don't forget to update html_root_url, version in readme for breaking changes
44authors = [" David Tolnay <dtolnay@gmail.com>" ]
55autobenches = false
66categories = [" development-tools::procedural-macro-helpers" ]
Original file line number Diff line number Diff line change 9292//! [prettyplease]: https://github.com/dtolnay/prettyplease
9393
9494// Quote types in rustdoc of other crates get linked to here.
95- #![ doc( html_root_url = "https://docs.rs/quote/1.0.35 " ) ]
95+ #![ doc( html_root_url = "https://docs.rs/quote/1.0.36 " ) ]
9696#![ allow(
9797 clippy:: doc_markdown,
9898 clippy:: missing_errors_doc,
You can’t perform that action at this time.
0 commit comments