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 b9114e6 commit eca28d4Copy full SHA for eca28d4
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "proc-macro2"
3
-version = "0.2.1" # remember to update html_root_url
+version = "0.2.2" # 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.1")]
+#![doc(html_root_url = "https://docs.rs/proc-macro2/0.2.2")]
24
25
#![cfg_attr(feature = "nightly", feature(proc_macro))]
26
0 commit comments