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.26 " # remember to update html_root_url
3
+ version = " 1.0.27 " # remember to update html_root_url
4
4
authors = [" Alex Crichton <alex@alexcrichton.com>" , " David Tolnay <dtolnay@gmail.com>" ]
5
5
license = " MIT OR Apache-2.0"
6
6
readme = " README.md"
Original file line number Diff line number Diff line change 78
78
//! a different thread.
79
79
80
80
// Proc-macro2 types in rustdoc of other crates get linked to here.
81
- #![ doc( html_root_url = "https://docs.rs/proc-macro2/1.0.26 " ) ]
81
+ #![ doc( html_root_url = "https://docs.rs/proc-macro2/1.0.27 " ) ]
82
82
#![ cfg_attr( any( proc_macro_span, super_unstable) , feature( proc_macro_span) ) ]
83
83
#![ cfg_attr( super_unstable, feature( proc_macro_raw_ident, proc_macro_def_site) ) ]
84
84
#![ cfg_attr( doc_cfg, feature( doc_cfg) ) ]
You can’t perform that action at this time.
0 commit comments