aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-08-09 10:38:47 -0700
committerJoel Galenson <jgalenson@google.com>2021-08-09 10:38:47 -0700
commit35062ef8f23d5d8f4ce89b06a44ec8a24b33dbc0 (patch)
treec0991738aeea4e139664a11059108d30bbfd3458 /src/lib.rs
parent3166edd929cc007d55aa384ae8019ef821f69d28 (diff)
downloadproc-macro2-35062ef8f23d5d8f4ce89b06a44ec8a24b33dbc0.tar.gz
Upgrade rust/crates/proc-macro2 to 1.0.28
Test: make Change-Id: I83a1c427db2bd60913d19953bcd2ec5c18eb2d46
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 52d01f2..d494ce8 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.27")]
+#![doc(html_root_url = "https://docs.rs/proc-macro2/1.0.28")]
#![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))]