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 1
1
[package ]
2
2
name = " quote"
3
- version = " 1.0.32 " # don't forget to update html_root_url, version in readme for breaking changes
3
+ version = " 1.0.33 " # don't forget to update html_root_url, version in readme for breaking changes
4
4
authors = [" David Tolnay <dtolnay@gmail.com>" ]
5
5
autobenches = false
6
6
categories = [" development-tools::procedural-macro-helpers" ]
Original file line number Diff line number Diff line change 92
92
//! [prettyplease]: https://github.com/dtolnay/prettyplease
93
93
94
94
// Quote types in rustdoc of other crates get linked to here.
95
- #![ doc( html_root_url = "https://docs.rs/quote/1.0.32 " ) ]
95
+ #![ doc( html_root_url = "https://docs.rs/quote/1.0.33 " ) ]
96
96
#![ allow(
97
97
clippy:: doc_markdown,
98
98
clippy:: missing_errors_doc,
You can’t perform that action at this time.
0 commit comments