From a49cb6e8c4dcd7848c6f135d91c3c0a90c5a5090 Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Thu, 28 Nov 2024 10:17:56 +0530 Subject: [PATCH] prepare for release v1.6.3 --- Cargo.lock | 2 +- Cargo.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 90aa480ef..c573ac1e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3088,7 +3088,7 @@ dependencies = [ [[package]] name = "parseable" -version = "1.6.2" +version = "1.6.3" dependencies = [ "actix-cors", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 684c560fd..2c91b0e07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parseable" -version = "1.6.2" +version = "1.6.3" authors = ["Parseable Team "] edition = "2021" rust-version = "1.77.1" @@ -122,8 +122,8 @@ rstest = "0.23.0" arrow = "53.0.0" [package.metadata.parseable_ui] -assets-url = "https://github.com/parseablehq/console/releases/download/v0.9.11/build.zip" -assets-sha1 = "3f0c0f0e9fe23c6a01f0eb45115da4bfe29f9c3f" +assets-url = "https://github.com/parseablehq/console/releases/download/v0.9.12/build.zip" +assets-sha1 = "9d5a45f204d709a2dd96f6a5e0b21b3834ee0e36" [features] debug = []