From 00a96ee67a6c6bca9d1dbc675749c3e44b185784 Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Sat, 19 Aug 2023 16:48:23 +0530 Subject: [PATCH] update to console release v0.2.3 --- server/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index af6b43f71..3b70d4a02 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.2/build.zip" -assets-sha1 = "781d0e45d1c1b61c13fdd4ebaebdf95205d821f1" +assets-url = "https://github.com/parseablehq/console/releases/download/v0.2.3/build.zip" +assets-sha1 = "e3701d877eb7bfa705968ab9812663288ff7768a" [features] debug = ["pyroscope", "pyroscope_pprofrs"]