From 3bd97aa80d6f8e7eaa906e84cc9f2fef525015fd Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Thu, 16 Jan 2025 23:00:41 +0530 Subject: [PATCH] prepare for release v1.7.3 --- Cargo.lock | 2 +- Cargo.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8812a6ea7..313fca411 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3248,7 +3248,7 @@ dependencies = [ [[package]] name = "parseable" -version = "1.7.2" +version = "1.7.3" dependencies = [ "actix-cors", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 013d9ac3d..6b3d86878 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parseable" -version = "1.7.2" +version = "1.7.3" authors = ["Parseable Team "] edition = "2021" rust-version = "1.83.0" @@ -139,8 +139,8 @@ rstest = "0.23.0" arrow = "53.0.0" [package.metadata.parseable_ui] -assets-url = "https://github.com/parseablehq/console/releases/download/v0.9.16/build.zip" -assets-sha1 = "cb9af17fc1af07e590e839fc0ef4db18c323fc48" +assets-url = "https://github.com/parseablehq/console/releases/download/v0.9.17/build.zip" +assets-sha1 = "f1b9fc08e6dceccf66b00e5f427022d67d95cd96" [features] debug = []