From 09606b94c70040e4dece0962d227515d94c7f72e Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Thu, 11 Apr 2024 09:21:54 +0530 Subject: [PATCH] update to latest console v0.6.1 (#755) --- 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 = []