From f91392ead3eb9427064f1bc1ad651f8bd0747b03 Mon Sep 17 00:00:00 2001 From: fuyutarow Date: Mon, 24 May 2021 00:13:09 +0900 Subject: [PATCH] Up version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"