Skip to content

Commit 4ba4ab1

Browse files
committed
Release 1.0.79
1 parent b176581 commit 4ba4ab1

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 = "1.0.78"
3+
version = "1.0.79"
44
authors = ["David Tolnay <[email protected]>", "Alex Crichton <[email protected]>"]
55
autobenches = false
66
categories = ["development-tools::procedural-macro-helpers"]

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
//! a different thread.
8787
8888
// Proc-macro2 types in rustdoc of other crates get linked to here.
89-
#![doc(html_root_url = "https://docs.rs/proc-macro2/1.0.78")]
89+
#![doc(html_root_url = "https://docs.rs/proc-macro2/1.0.79")]
9090
#![cfg_attr(any(proc_macro_span, super_unstable), feature(proc_macro_span))]
9191
#![cfg_attr(super_unstable, feature(proc_macro_def_site))]
9292
#![cfg_attr(doc_cfg, feature(doc_cfg))]

0 commit comments

Comments
 (0)