Skip to content

Commit

Permalink
Bump to 0.4.19
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Sep 8, 2018
1 parent 25afcab commit 262c957
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "proc-macro2"
version = "0.4.18" # remember to update html_root_url
version = "0.4.19" # 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
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.18")]
#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.19")]
#![cfg_attr(
super_unstable,
feature(proc_macro_raw_ident, proc_macro_span)
Expand Down

0 comments on commit 262c957

Please sign in to comment.