From 4b133202d6ad0ef6d87f1d85c1caefd6426d7a13 Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Mon, 29 Jul 2024 15:44:07 +0530 Subject: [PATCH] update to console release v0.9.2 (#859) --- server/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index cfdcf4561..4b8f161a7 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -121,8 +121,8 @@ maplit = "1.0" rstest = "0.19.0" [package.metadata.parseable_ui] -assets-url = "https://github.com/parseablehq/console/releases/download/v0.9.1/build.zip" -assets-sha1 = "ca16a2efc6b05058066242ba5a0e8d0dd96074e0" +assets-url = "https://github.com/parseablehq/console/releases/download/v0.9.2/build.zip" +assets-sha1 = "7a6d12a56e848b6b40f2913e72df4483431dc611" [features] debug = []