Skip to content

Commit

Permalink
Upgrade typed-builder crate to 0.16 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Sep 7, 2023
1 parent a44dcd6 commit 58c9826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ textwrap = "0.16"
thiserror = "1.0.20"

# "parser" feature dependencies.
typed-builder = { version = "0.15", optional = true }
typed-builder = { version = "0.16", optional = true }

# "serde" feature enables ability to serialize/deserialize AST.
serde = { version = "1.0.103", features = ["derive"], optional = true }
Expand Down

0 comments on commit 58c9826

Please sign in to comment.