From 80c023890747e975a33dcb7af6654170f32cf400 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 11 May 2020 20:02:06 -0700 Subject: [PATCH] Release 1.0.20 --- Cargo.toml | 2 +- src/lib.rs | 2 +- syn.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a1a297aa..8285045d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syn" -version = "1.0.19" # don't forget to update html_root_url and syn.json +version = "1.0.20" # 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 6d0a85e4..3d91e545 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.19")] +#![doc(html_root_url = "https://docs.rs/syn/1.0.20")] #![deny(clippy::all, clippy::pedantic)] // Ignored clippy lints. #![allow( diff --git a/syn.json b/syn.json index ecdfcd31..35dd47f8 100644 --- a/syn.json +++ b/syn.json @@ -1,5 +1,5 @@ { - "version": "1.0.19", + "version": "1.0.20", "types": [ { "ident": "Abi",