Release 0.12.10
diff --git a/Cargo.toml b/Cargo.toml
index 47d75d8..30598f8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "syn"
-version = "0.12.9" # don't forget to update html_root_url
+version = "0.12.10" # don't forget to update html_root_url
 authors = ["David Tolnay <dtolnay@gmail.com>"]
 license = "MIT/Apache-2.0"
 description = "Nom parser for Rust source code"
diff --git a/src/lib.rs b/src/lib.rs
index db8e0f0..96f9644 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -256,7 +256,7 @@
 //!   types.
 
 // Syn types in rustdoc of other crates get linked to here.
-#![doc(html_root_url = "https://docs.rs/syn/0.12.9")]
+#![doc(html_root_url = "https://docs.rs/syn/0.12.10")]
 #![cfg_attr(feature = "cargo-clippy",
             allow(const_static_lifetime, doc_markdown, large_enum_variant, match_bool,
                   redundant_closure, needless_pass_by_value))]