aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2021-08-30 12:23:54 -0700
committerDavid Tolnay <dtolnay@gmail.com>2021-08-30 12:23:54 -0700
commit4fc89676e7bdef2ba68e8a1383d07df0bb7bbeb0 (patch)
tree4ab4a171366307a6f772eaf577c2318cc3aa937d
parent9a39fcad18eb082f25fe954bf5c58be1e3e3f7f0 (diff)
downloadproc-macro2-upstream-master.tar.gz
Release 1.0.29upstream-master
-rw-r--r--Cargo.toml2
-rw-r--r--src/lib.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 254063e..543dca5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "proc-macro2"
-version = "1.0.28" # remember to update html_root_url
+version = "1.0.29" # remember to update html_root_url
authors = ["Alex Crichton <alex@alexcrichton.com>", "David Tolnay <dtolnay@gmail.com>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
diff --git a/src/lib.rs b/src/lib.rs
index d494ce8..1d35bfd 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -78,7 +78,7 @@
//! a different thread.
// Proc-macro2 types in rustdoc of other crates get linked to here.
-#![doc(html_root_url = "https://docs.rs/proc-macro2/1.0.28")]
+#![doc(html_root_url = "https://docs.rs/proc-macro2/1.0.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))]
#![cfg_attr(doc_cfg, feature(doc_cfg))]