From 7203c656d13b7e9f67a14b8dd2d07c0861bb8a30 Mon Sep 17 00:00:00 2001 From: Haris <4259838+Wulf@users.noreply.github.com> Date: Sun, 12 May 2024 09:10:22 -0400 Subject: [PATCH] 2.2.0: support for #[serde(flatten)] and const enums in typescript, thanks @rlcurrall & @AnthonyMichaelTDM --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f7bf0c0..d9946d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -491,7 +491,7 @@ dependencies = [ [[package]] name = "tsync" -version = "2.1.0" +version = "2.2.0" dependencies = [ "convert_case", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 120872f..aa8e7af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tsync" description = "Generate typescript types from rust code." -version = "2.1.0" +version = "2.2.0" readme = "README.md" repository = "https://github.com/Wulf/tsync" license = "MIT OR Apache-2.0"