diff --git a/Cargo.toml b/Cargo.toml index 342fdf864e..11ad9214b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syn" -version = "1.0.11" # don't forget to update html_root_url and syn.json +version = "1.0.12" # don't forget to update html_root_url and syn.json authors = ["David Tolnay "] license = "MIT OR Apache-2.0" description = "Parser for Rust source code" diff --git a/src/lib.rs b/src/lib.rs index 5e72cfa126..0f71014482 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -242,7 +242,7 @@ //! dynamic library libproc_macro from rustc toolchain. // Syn types in rustdoc of other crates get linked to here. -#![doc(html_root_url = "https://docs.rs/syn/1.0.11")] +#![doc(html_root_url = "https://docs.rs/syn/1.0.12")] #![deny(clippy::all, clippy::pedantic)] // Ignored clippy lints. #![allow( diff --git a/syn.json b/syn.json index 55b1881e46..c60070024b 100644 --- a/syn.json +++ b/syn.json @@ -1,5 +1,5 @@ { - "version": "1.0.11", + "version": "1.0.12", "types": [ { "ident": "Abi",