Skip to content

Commit

Permalink
Release 1.0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 14, 2021
1 parent d8c0371 commit 3ff70da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "proc-macro2"
version = "1.0.33" # remember to update html_root_url
version = "1.0.34" # remember to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>", "Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -86,7 +86,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.33")]
#![doc(html_root_url = "https://docs.rs/proc-macro2/1.0.34")]
#![cfg_attr(any(proc_macro_span, super_unstable), feature(proc_macro_span))]
#![cfg_attr(super_unstable, feature(proc_macro_def_site))]
#![cfg_attr(doc_cfg, feature(doc_cfg))]
Expand Down

0 comments on commit 3ff70da

Please sign in to comment.