From 79c8ed793f9afe4bc491575a86256651dcf777b6 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 28 Apr 2019 14:13:34 -0700 Subject: [PATCH] Release 0.4.29 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f18c242b..472ee46d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proc-macro2" -version = "0.4.28" # remember to update html_root_url +version = "0.4.29" # remember to update html_root_url authors = ["Alex Crichton "] license = "MIT/Apache-2.0" readme = "README.md" diff --git a/src/lib.rs b/src/lib.rs index 306b6937..12faa25c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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.28")] +#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.29")] #![cfg_attr(any(proc_macro_span, super_unstable), feature(proc_macro_span))] #![cfg_attr(super_unstable, feature(proc_macro_raw_ident, proc_macro_def_site))]