Skip to content

Commit f26128d

Browse files
committed
Release 1.0.45
1 parent 4784921 commit f26128d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proc-macro2"
3-
version = "1.0.44" # remember to update html_root_url
3+
version = "1.0.45" # remember to update html_root_url
44
authors = ["David Tolnay <dtolnay@gmail.com>", "Alex Crichton <alex@alexcrichton.com>"]
55
autobenches = false
66
categories = ["development-tools::procedural-macro-helpers"]

src/lib.rs

+1-1
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.44")]
89+
#![doc(html_root_url = "https://docs.rs/proc-macro2/1.0.45")]
9090
#![cfg_attr(
9191
any(proc_macro_span, super_unstable),
9292
feature(proc_macro_span, proc_macro_span_shrink)

0 commit comments

Comments
 (0)