Commit f26128d 1 parent 4784921 commit f26128d Copy full SHA for f26128d
File tree 2 files changed +2
-2
lines changed
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.44 " # remember to update html_root_url
3
+ version = " 1.0.45 " # remember to update html_root_url
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.44 " ) ]
89
+ #![ doc( html_root_url = "https://docs.rs/proc-macro2/1.0.45 " ) ]
90
90
#![ cfg_attr(
91
91
any( proc_macro_span, super_unstable) ,
92
92
feature( proc_macro_span, proc_macro_span_shrink)
You can’t perform that action at this time.
0 commit comments