Skip to content

Commit 16c2b45

Browse files
committed
Release 0.4.28
1 parent ed21fad commit 16c2b45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proc-macro2"
3-
version = "0.4.27" # remember to update html_root_url
3+
version = "0.4.28" # remember to update html_root_url
44
authors = ["Alex Crichton <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
//! Semver exempt methods are marked as such in the proc-macro2 documentation.
8080
8181
// Proc-macro2 types in rustdoc of other crates get linked to here.
82-
#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.27")]
82+
#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.28")]
8383
#![cfg_attr(nightly, feature(proc_macro_span))]
8484
#![cfg_attr(super_unstable, feature(proc_macro_raw_ident, proc_macro_def_site))]
8585

0 commit comments

Comments
 (0)