mirror of
https://gitee.com/openharmony/third_party_rust_proc-macro2
synced 2024-11-23 07:19:41 +00:00
Release 1.0.47
This commit is contained in:
parent
c6942085ff
commit
47c91c8525
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proc-macro2"
|
name = "proc-macro2"
|
||||||
version = "1.0.46" # remember to update html_root_url
|
version = "1.0.47" # remember to update html_root_url
|
||||||
authors = ["David Tolnay <dtolnay@gmail.com>", "Alex Crichton <alex@alexcrichton.com>"]
|
authors = ["David Tolnay <dtolnay@gmail.com>", "Alex Crichton <alex@alexcrichton.com>"]
|
||||||
autobenches = false
|
autobenches = false
|
||||||
categories = ["development-tools::procedural-macro-helpers"]
|
categories = ["development-tools::procedural-macro-helpers"]
|
||||||
|
@ -86,7 +86,7 @@
|
|||||||
//! a different thread.
|
//! a different thread.
|
||||||
|
|
||||||
// Proc-macro2 types in rustdoc of other crates get linked to here.
|
// Proc-macro2 types in rustdoc of other crates get linked to here.
|
||||||
#![doc(html_root_url = "https://docs.rs/proc-macro2/1.0.46")]
|
#![doc(html_root_url = "https://docs.rs/proc-macro2/1.0.47")]
|
||||||
#![cfg_attr(
|
#![cfg_attr(
|
||||||
any(proc_macro_span, super_unstable),
|
any(proc_macro_span, super_unstable),
|
||||||
feature(proc_macro_span, proc_macro_span_shrink)
|
feature(proc_macro_span, proc_macro_span_shrink)
|
||||||
|
Loading…
Reference in New Issue
Block a user