Release 1.0.1
diff --git a/Cargo.toml b/Cargo.toml
index 5679f9c..40496e1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "proc-macro2"
-version = "1.0.0" # remember to update html_root_url
+version = "1.0.1" # remember to update html_root_url
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
@@ -26,7 +26,7 @@
unicode-xid = "0.2"
[dev-dependencies]
-quote = "1.0.0"
+quote = "1.0"
[features]
proc-macro = []
diff --git a/src/lib.rs b/src/lib.rs
index d6bf61f..ed4172e 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -77,7 +77,7 @@
//! a different thread.
// Proc-macro2 types in rustdoc of other crates get linked to here.
-#![doc(html_root_url = "https://docs.rs/proc-macro2/1.0.0")]
+#![doc(html_root_url = "https://docs.rs/proc-macro2/1.0.1")]
#![cfg_attr(any(proc_macro_span, super_unstable), feature(proc_macro_span))]
#![cfg_attr(super_unstable, feature(proc_macro_raw_ident, proc_macro_def_site))]