We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2825fb1 commit 8c4135fCopy full SHA for 8c4135f
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "proc-macro2"
3
-version = "1.0.104"
+version = "1.0.105"
4
authors = ["David Tolnay <dtolnay@gmail.com>", "Alex Crichton <alex@alexcrichton.com>"]
5
autobenches = false
6
categories = ["development-tools::procedural-macro-helpers"]
src/lib.rs
@@ -84,7 +84,7 @@
84
//! a different thread.
85
86
#![no_std]
87
-#![doc(html_root_url = "https://docs.rs/proc-macro2/1.0.104")]
+#![doc(html_root_url = "https://docs.rs/proc-macro2/1.0.105")]
88
#![cfg_attr(any(proc_macro_span, super_unstable), feature(proc_macro_span))]
89
#![cfg_attr(super_unstable, feature(proc_macro_def_site))]
90
#![cfg_attr(docsrs, feature(doc_cfg))]
0 commit comments