Available through https://crates.io/crates/typeql.
cargo add typeql@3.10.4
-
Allow leading comma in redefine constraints
Mirrors the leading-comma sugar already accepted by
define:define person, owns name;parses, butredefine person, owns name @card(0..10);did not. Makeredefinable_typeaccept an optional COMMA between the label and the constraint so concat-based query generation has the same shape for define and redefine. -
Update Rust dependencies