Release 0.12.11
diff --git a/src/lib.rs b/src/lib.rs
index 96f9644..d31f50b 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.10")]
+#![doc(html_root_url = "https://docs.rs/syn/0.12.11")]
 #![cfg_attr(feature = "cargo-clippy",
             allow(const_static_lifetime, doc_markdown, large_enum_variant, match_bool,
                   redundant_closure, needless_pass_by_value))]