diff --git a/Cargo.lock b/Cargo.lock index 8bf7678..515e0c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -166,7 +166,7 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "firestore-structured-query" -version = "0.6.4" +version = "0.7.0" dependencies = [ "google-api-proto", "serde", diff --git a/Cargo.toml b/Cargo.toml index 5319c52..44d74e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "firestore-structured-query" -version = "0.6.4" +version = "0.7.0" edition = "2021" authors = ["bouzuya "] description = "A Firestore StructuredQuery builder"