From 81d83aeeb209901a9b321346cd1f43c5ead06391 Mon Sep 17 00:00:00 2001 From: Moritz Bischof Date: Sun, 29 May 2022 13:02:51 +0200 Subject: [PATCH] bump version to 6.2.0 --- macros/Cargo.toml | 2 +- ts-rs/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/macros/Cargo.toml b/macros/Cargo.toml index b5fd1e850..1568b792e 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ts-rs-macros" -version = "6.1.2" +version = "6.2.0" authors = ["Moritz Bischof "] edition = "2021" description = "derive macro for ts-rs" diff --git a/ts-rs/Cargo.toml b/ts-rs/Cargo.toml index 690d8ffa6..825fb784d 100644 --- a/ts-rs/Cargo.toml +++ b/ts-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ts-rs" -version = "6.1.2" +version = "6.2.0" authors = ["Moritz Bischof "] edition = "2021" license = "MIT" @@ -28,7 +28,7 @@ serde = { version = "1.0", features = ["derive"] } chrono = { version = "0.4", features = ["serde"] } [dependencies] -ts-rs-macros = { version = "6.1.2", path = "../macros" } +ts-rs-macros = { version = "6.2.0", path = "../macros" } dprint-plugin-typescript = { version = "0.43", optional = true } chrono = { version = "0.4.19", optional = true } bigdecimal = { version = ">=0.0.13, < 0.4.0", features = ["serde"], optional = true }