mirror of
https://gitee.com/openharmony/third_party_rust_proc-macro2
synced 2024-11-23 15:29:39 +00:00
Bump to 0.2.2
This commit is contained in:
parent
b9114e6189
commit
eca28d4276
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proc-macro2"
|
||||
version = "0.2.1" # remember to update html_root_url
|
||||
version = "0.2.2" # remember to update html_root_url
|
||||
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
readme = "README.md"
|
||||
|
@ -20,7 +20,7 @@
|
||||
//! around preserving span information.
|
||||
|
||||
// Proc-macro2 types in rustdoc of other crates get linked to here.
|
||||
#![doc(html_root_url = "https://docs.rs/proc-macro2/0.2.1")]
|
||||
#![doc(html_root_url = "https://docs.rs/proc-macro2/0.2.2")]
|
||||
|
||||
#![cfg_attr(feature = "nightly", feature(proc_macro))]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user