From 014a90fa7a588688946597385fdc63039762b454 Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Fri, 4 Oct 2024 07:50:49 +0530 Subject: [PATCH] move to new release v1.5.4 (#953) --- Cargo.lock | 2 +- server/Cargo.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9da9fda44..641ff87f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3105,7 +3105,7 @@ dependencies = [ [[package]] name = "parseable" -version = "1.5.3" +version = "1.5.4" dependencies = [ "actix-cors", "actix-web", diff --git a/server/Cargo.toml b/server/Cargo.toml index d85985d49..08bbd8a71 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parseable" -version = "1.5.3" +version = "1.5.4" authors = ["Parseable Team "] edition = "2021" rust-version = "1.77.1" @@ -122,8 +122,8 @@ maplit = "1.0" rstest = "0.23.0" [package.metadata.parseable_ui] -assets-url = "https://github.com/parseablehq/console/releases/download/v0.9.6/build.zip" -assets-sha1 = "ace3939aea8fedadcb0b342a1972fba997a45fc3" +assets-url = "https://github.com/parseablehq/console/releases/download/v0.9.7/build.zip" +assets-sha1 = "7c20699342bc7d8308f5fcc22cf3e2a5342a95ee" [features] debug = []