From 91ca7c0655d36d75f832f29505bea1556d0111ad Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 20 Mar 2023 13:58:20 -0700 Subject: [PATCH] Release 2.0.4 --- 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 706820ecbe..b5d5eec1c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syn" -version = "2.0.3" # don't forget to update html_root_url and syn.json +version = "2.0.4" # don't forget to update html_root_url and syn.json authors = ["David Tolnay "] categories = ["development-tools::procedural-macro-helpers", "parser-implementations"] description = "Parser for Rust source code" diff --git a/src/lib.rs b/src/lib.rs index 8b73393222..4db0322f16 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -249,7 +249,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/2.0.3")] +#![doc(html_root_url = "https://docs.rs/syn/2.0.4")] #![cfg_attr(doc_cfg, feature(doc_cfg))] #![allow(non_camel_case_types)] #![allow( diff --git a/syn.json b/syn.json index 94c8e9d6c1..13a649d406 100644 --- a/syn.json +++ b/syn.json @@ -1,5 +1,5 @@ { - "version": "2.0.3", + "version": "2.0.4", "types": [ { "ident": "Abi",