Skip to content

Commit

Permalink
Release 0.4.28
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 23, 2019
1 parent ed21fad commit 16c2b45
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.27" # remember to update html_root_url
version = "0.4.28" # 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 @@ -79,7 +79,7 @@
//! Semver exempt methods are marked as such in the proc-macro2 documentation.

// Proc-macro2 types in rustdoc of other crates get linked to here.
#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.27")]
#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.28")]
#![cfg_attr(nightly, feature(proc_macro_span))]
#![cfg_attr(super_unstable, feature(proc_macro_raw_ident, proc_macro_def_site))]

Expand Down

0 comments on commit 16c2b45

Please sign in to comment.