Skip to content

Commit

Permalink
Bump to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 31, 2018
1 parent a13d142 commit e3573b9
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.3.0" # remember to update html_root_url
version = "0.3.1" # 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 @@ -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.0")]
#![doc(html_root_url = "https://docs.rs/proc-macro2/0.3.1")]

#![cfg_attr(feature = "nightly", feature(proc_macro))]

Expand Down

0 comments on commit e3573b9

Please sign in to comment.