Available through https://crates.io/crates/typeql.
cargo add typeql@3.1.0-rc0
-
3.0 distinct
Added the
distinct
query pipeline stage.
-
Allow duration literals without date component
We modify the grammar to accept a
duration_literal
without a date component (e.g.PT1S
) as per the standard.
-
Restrict by grammar refactoring type_ref and named_type-
Restrict by grammar refactoring type_ref and named_type
-
Update dependencies to avoid conflicts with the server
Update dependencies and the generated Cargo files for the newest version of the target repo.