We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32f2043 commit 1e221faCopy full SHA for 1e221fa
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "proc-macro2"
3
-version = "0.4.6" # remember to update html_root_url
+version = "0.4.7" # 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
@@ -43,7 +43,7 @@
43
//! [ts]: https://doc.rust-lang.org/proc_macro/struct.TokenStream.html
44
45
// Proc-macro2 types in rustdoc of other crates get linked to here.
46
-#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.6")]
+#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.7")]
47
#![cfg_attr(feature = "nightly", feature(proc_macro))]
48
49
#[cfg(feature = "proc-macro")]
0 commit comments