Skip to content

Commit

Permalink
Bump to 0.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 12, 2018
1 parent 0797b4e commit 42739ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proc-macro2"
version = "0.4.10" # remember to update html_root_url
version = "0.4.11" # remember to update html_root_url
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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.4.10")]
#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.11")]
#![cfg_attr(feature = "nightly", feature(proc_macro_raw_ident, proc_macro_span))]

#[cfg(use_proc_macro)]
Expand Down

0 comments on commit 42739ba

Please sign in to comment.