diff --git a/Cargo.lock b/Cargo.lock index 5d6694b..3041605 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -173,7 +173,7 @@ dependencies = [ [[package]] name = "partiql-rs" -version = "0.202105.6" +version = "0.202105.7" dependencies = [ "anyhow", "itertools", diff --git a/Cargo.toml b/Cargo.toml index 917e23a..e339223 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "partiql-rs" -version = "0.202105.6" +version = "0.202105.7" edition = "2018" homepage = "https://github.com/fuyutarow/partiql-rs" repository = "https://github.com/fuyutarow/partiql-rs.git"