Skip to content

Commit 1a35fdd

Browse files
authored
chore(typia): bump typia and typia-macros patch versions (#342)
## Summary - bump `typia` crate version from `0.1.0` to `0.1.1` - bump `typia-macros` crate version from `0.1.0` to `0.1.1` - align internal dependency and lockfile versions with the patch release ## Testing - cargo test
1 parent 39cb6e7 commit 1a35fdd

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/typia-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "typia-macros"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2024"
55
license = "MIT"
66
description = "Rust version of typia.io derive macros for typia"

crates/typia/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "typia"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2024"
55
license = "MIT"
66
description = "Rust version of typia.io for type-safe JSON validation and LLM JSON parsing"
@@ -20,7 +20,7 @@ regex = "1.11.1"
2020
serde = { version = "1.0.219", features = ["derive"] }
2121
serde_json = "1.0.145"
2222
serde_path_to_error = "0.1.17"
23-
typia-macros = { version = "0.1.0", path = "../typia-macros", optional = true }
23+
typia-macros = { version = "0.1.1", path = "../typia-macros", optional = true }
2424
url = "2.5.7"
2525
uuid = { version = "1.18.1", features = ["std"] }
2626

0 commit comments

Comments
 (0)