Bump to 0.3.4

This commit is contained in:
Alex Crichton 2018-04-05 17:47:14 -07:00
parent 9cd80a6497
commit 2f7460bcd3
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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")]