From be6231cd3bbf1e8cee0349e6336c4908622cda23 Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Tue, 19 Sep 2023 18:25:04 +0530 Subject: [PATCH] Update to console release v0.3.1 (#510) --- server/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index fe30ab66d..b0a841893 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -105,8 +105,8 @@ maplit = "1.0" rstest = "0.16" [package.metadata.parseable_ui] -assets-url = "https://github.com/parseablehq/console/releases/download/v0.3.0/build.zip" -assets-sha1 = "eef990cfdbb93861ff6164dbf3e0b0e966b7f95b" +assets-url = "https://github.com/parseablehq/console/releases/download/v0.3.1/build.zip" +assets-sha1 = "6abd7b5ca5b9c832ff58b8450cffdc83dd7172bf" [features] debug = ["pyroscope", "pyroscope_pprofrs"]