From d152b3e991b38c49cd40da58690c49ed31954802 Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Fri, 1 Sep 2023 08:40:39 +0530 Subject: [PATCH] Update the console build to release v0.2.4 --- server/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index 3b70d4a02..99016b000 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -102,8 +102,8 @@ maplit = "1.0" rstest = "0.16" [package.metadata.parseable_ui] -assets-url = "https://github.com/parseablehq/console/releases/download/v0.2.3/build.zip" -assets-sha1 = "e3701d877eb7bfa705968ab9812663288ff7768a" +assets-url = "https://github.com/parseablehq/console/releases/download/v0.2.4/build.zip" +assets-sha1 = "7c57767a7710d2b91e0f891c228a7bbdb143ed65" [features] debug = ["pyroscope", "pyroscope_pprofrs"]