Skip to content

Commit

Permalink
bump to 7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NyxCode committed Jan 19, 2024
1 parent 780561b commit 7402826
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 = "7.1.0"
version = "7.1.1"
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 = "7.1.0"
version = "7.1.1"
authors = ["Moritz Bischof <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down Expand Up @@ -37,7 +37,7 @@ chrono = { version = "0.4", features = ["serde"] }

[dependencies]
heapless = { version = "0.7", optional = true }
ts-rs-macros = { version = "7.1.0", path = "../macros" }
ts-rs-macros = { version = "7.1.1", path = "../macros" }
dprint-plugin-typescript = { version = "0.85.1", optional = true }
chrono = { version = "0.4", optional = true }
bigdecimal = { version = ">=0.0.13, < 0.4.0", features = [
Expand Down

0 comments on commit 7402826

Please sign in to comment.