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 9008f9c commit 36931edCopy full SHA for 36931ed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "proc-macro2"
3
-version = "0.2.0" # remember to update html_root_url
+version = "0.2.1" # remember to update html_root_url
4
authors = ["Alex Crichton <alex@alexcrichton.com>"]
5
license = "MIT/Apache-2.0"
6
readme = "README.md"
src/lib.rs
@@ -20,7 +20,7 @@
20
//! around preserving span information.
21
22
// Proc-macro2 types in rustdoc of other crates get linked to here.
23
-#![doc(html_root_url = "https://docs.rs/proc-macro2/0.2.0")]
+#![doc(html_root_url = "https://docs.rs/proc-macro2/0.2.1")]
24
25
#![cfg_attr(feature = "nightly", feature(proc_macro))]
26
0 commit comments