We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e24f734 commit 6de5129Copy full SHA for 6de5129
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "proc-macro2"
3
-version = "0.3.4" # remember to update html_root_url
+version = "0.3.5" # remember to update html_root_url
4
authors = ["Alex Crichton <[email protected]>"]
5
license = "MIT/Apache-2.0"
6
readme = "README.md"
src/lib.rs
@@ -24,7 +24,7 @@
24
//! [ts]: https://doc.rust-lang.org/proc_macro/struct.TokenStream.html
25
26
// Proc-macro2 types in rustdoc of other crates get linked to here.
27
-#![doc(html_root_url = "https://docs.rs/proc-macro2/0.3.4")]
+#![doc(html_root_url = "https://docs.rs/proc-macro2/0.3.5")]
28
#![cfg_attr(feature = "nightly", feature(proc_macro))]
29
30
#[cfg(feature = "proc-macro")]
0 commit comments