From 3f2acdc5ed26505d73a9f80e8d0f2c89e41bd1b6 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 28 Dec 2024 12:09:26 -0800 Subject: [PATCH] Release 2.0.93 --- 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 e89dc93cc6..e0b6e08bfe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "syn" -version = "2.0.92" +version = "2.0.93" 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 a423ba65f0..38974a9f50 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.92")] +#![doc(html_root_url = "https://docs.rs/syn/2.0.93")] #![cfg_attr(docsrs, feature(doc_cfg))] #![deny(unsafe_op_in_unsafe_fn)] #![allow(non_camel_case_types)] diff --git a/syn.json b/syn.json index 7405d0dcf5..a45c6e3550 100644 --- a/syn.json +++ b/syn.json @@ -1,5 +1,5 @@ { - "version": "2.0.92", + "version": "2.0.93", "types": [ { "ident": "Abi",