From ee8155af79587a746a21c330b0d9d132b2c1b3b6 Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Thu, 11 Apr 2024 09:13:16 +0530 Subject: [PATCH] update to latest console --- server/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index c5bbaef7b..ce1581cd9 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -121,8 +121,8 @@ maplit = "1.0" rstest = "0.16" [package.metadata.parseable_ui] -assets-url = "https://github.com/parseablehq/console/releases/download/v0.6.0/build.zip" -assets-sha1 = "17665eeaf20615366a921aa28ab4ac1b9d807ebf" +assets-url = "https://github.com/parseablehq/console/releases/download/v0.6.1/build.zip" +assets-sha1 = "88035328ca6a045dd939615dc04b0c6ad9c6cb75" [features] debug = []