mirror of
https://gitee.com/openharmony/third_party_rust_proc-macro2
synced 2024-11-23 15:29:39 +00:00
Bump to 0.3.4
This commit is contained in:
parent
9cd80a6497
commit
2f7460bcd3
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proc-macro2"
|
||||
version = "0.3.3" # remember to update html_root_url
|
||||
version = "0.3.4" # remember to update html_root_url
|
||||
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
readme = "README.md"
|
||||
|
@ -24,7 +24,7 @@
|
||||
//! [ts]: https://doc.rust-lang.org/proc_macro/struct.TokenStream.html
|
||||
|
||||
// Proc-macro2 types in rustdoc of other crates get linked to here.
|
||||
#![doc(html_root_url = "https://docs.rs/proc-macro2/0.3.3")]
|
||||
#![doc(html_root_url = "https://docs.rs/proc-macro2/0.3.4")]
|
||||
#![cfg_attr(feature = "nightly", feature(proc_macro))]
|
||||
|
||||
#[cfg(feature = "proc-macro")]
|
||||
|
Loading…
Reference in New Issue
Block a user