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.93 "
3
+ version = " 1.0.94 "
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 84
84
//! a different thread.
85
85
86
86
// Proc-macro2 types in rustdoc of other crates get linked to here.
87
- #![ doc( html_root_url = "https://docs.rs/proc-macro2/1.0.93 " ) ]
87
+ #![ doc( html_root_url = "https://docs.rs/proc-macro2/1.0.94 " ) ]
88
88
#![ cfg_attr( any( proc_macro_span, super_unstable) , feature( proc_macro_span) ) ]
89
89
#![ cfg_attr( super_unstable, feature( proc_macro_def_site) ) ]
90
90
#![ cfg_attr( docsrs, feature( doc_cfg) ) ]
You can’t perform that action at this time.
0 commit comments