Skip to content

Commit

Permalink
bump version to 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NyxCode committed May 29, 2022
1 parent ce3e108 commit 81d83ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ts-rs-macros"
version = "6.1.2"
version = "6.2.0"
authors = ["Moritz Bischof <[email protected]>"]
edition = "2021"
description = "derive macro for ts-rs"
Expand Down
4 changes: 2 additions & 2 deletions ts-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ts-rs"
version = "6.1.2"
version = "6.2.0"
authors = ["Moritz Bischof <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down Expand Up @@ -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 }
Expand Down

0 comments on commit 81d83ae

Please sign in to comment.