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 = " proc-macro2"
3
- version = " 1.0.70 "
3
+ version = " 1.0.71 "
4
4
authors = [" David Tolnay <dtolnay@gmail.com>" , " Alex Crichton <alex@alexcrichton.com>" ]
5
5
autobenches = false
6
6
categories = [" development-tools::procedural-macro-helpers" ]
Original file line number Diff line number Diff line change 86
86
//! a different thread.
87
87
88
88
// Proc-macro2 types in rustdoc of other crates get linked to here.
89
- #![ doc( html_root_url = "https://docs.rs/proc-macro2/1.0.70 " ) ]
89
+ #![ doc( html_root_url = "https://docs.rs/proc-macro2/1.0.71 " ) ]
90
90
#![ cfg_attr( any( proc_macro_span, super_unstable) , feature( proc_macro_span) ) ]
91
91
#![ cfg_attr( super_unstable, feature( proc_macro_def_site) ) ]
92
92
#![ cfg_attr( doc_cfg, feature( doc_cfg) ) ]
You can’t perform that action at this time.
0 commit comments