From a0f0bb3d623a31ac057bd2d5f6edaa226760b2a3 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 28 Mar 2022 09:36:06 -0700 Subject: [PATCH] Release 1.0.90 --- 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 0482dd68eb..3ae869dcbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syn" -version = "1.0.89" # don't forget to update html_root_url and syn.json +version = "1.0.90" # 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 b7fb0c8c45..a7d750baa2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -250,7 +250,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.89")] +#![doc(html_root_url = "https://docs.rs/syn/1.0.90")] #![cfg_attr(doc_cfg, feature(doc_cfg))] #![allow(non_camel_case_types)] // Ignored clippy lints. diff --git a/syn.json b/syn.json index 690d5dc88b..5425a0c222 100644 --- a/syn.json +++ b/syn.json @@ -1,5 +1,5 @@ { - "version": "1.0.89", + "version": "1.0.90", "types": [ { "ident": "Abi",