File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " proc-macro2"
3
- version = " 0.1.10 " # remember to update html_root_url
3
+ version = " 0.2.0 " # remember to update html_root_url
4
4
authors = [" Alex Crichton <alex@alexcrichton.com>" ]
5
5
license = " MIT/Apache-2.0"
6
6
readme = " README.md"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ itself. Usage is done via:
27
27
28
28
``` toml
29
29
[dependencies ]
30
- proc-macro2 = " 0.1 "
30
+ proc-macro2 = " 0.2 "
31
31
```
32
32
33
33
followed by
@@ -57,7 +57,7 @@ You can enable this feature via:
57
57
58
58
``` toml
59
59
[dependencies ]
60
- proc-macro2 = { version = " 0.1 " , features = [" nightly" ] }
60
+ proc-macro2 = { version = " 0.2 " , features = [" nightly" ] }
61
61
```
62
62
63
63
Original file line number Diff line number Diff line change 20
20
//! around preserving span information.
21
21
22
22
// Proc-macro2 types in rustdoc of other crates get linked to here.
23
- #![ doc( html_root_url = "https://docs.rs/proc-macro2/0.1.10 " ) ]
23
+ #![ doc( html_root_url = "https://docs.rs/proc-macro2/0.2.0 " ) ]
24
24
25
25
#![ cfg_attr( feature = "nightly" , feature( proc_macro) ) ]
26
26
You can’t perform that action at this time.
0 commit comments