Skip to content

Commit ce6ed35

Browse files
committed
Bump version to 0.1.17
1 parent d74dc41 commit ce6ed35

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rstructor"
3-
version = "0.1.16"
3+
version = "0.1.17"
44
edition = "2024"
55
description = "A Rust library for structured outputs from LLMs with validation"
66
license = "MIT"
@@ -32,7 +32,7 @@ thiserror = "2.0.12"
3232
tracing = "0.1"
3333
tracing-subscriber = { version = "0.3", features = ["env-filter"], optional = true }
3434
tracing-futures = { version = "0.2", optional = true }
35-
rstructor_derive = { version = "0.1.16", path = "./rstructor_derive", optional = true }
35+
rstructor_derive = { version = "0.1.17", path = "./rstructor_derive", optional = true }
3636
chrono = "0.4" # For date/time validation in examples
3737

3838
# Feature flags

rstructor_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rstructor_derive"
3-
version = "0.1.16"
3+
version = "0.1.17"
44
edition = "2024"
55
description = "Derive macros for the rstructor library"
66
license = "MIT"

0 commit comments

Comments
 (0)