From b31d46c36f1aad0510ab47738e9370a0dd8ac90a Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Thu, 28 Nov 2024 14:31:27 +0530 Subject: [PATCH] prepare for release v1.6.3 (#1007) --- Cargo.lock | 2 +- Cargo.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 683cf2124..f10097210 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3090,7 +3090,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 e87e708f8..721b183b1 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 = []