From 0aa0ef520956e825b8bb86501b274d163ce0dc5c Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Thu, 4 Apr 2024 11:53:04 +0530 Subject: [PATCH] Update to latest Console release and also update Rust version --- Cargo.lock | 2 +- Dockerfile | 2 +- Dockerfile.debug | 2 +- server/Cargo.toml | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index daa85d560..4fd80d516 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2690,7 +2690,7 @@ dependencies = [ [[package]] name = "parseable" -version = "0.9.0" +version = "1.0.0" dependencies = [ "actix-cors", "actix-web", diff --git a/Dockerfile b/Dockerfile index b61b03831..b03ae1a42 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # along with this program. If not, see . # build stage -FROM rust:1.73.0-bookworm as builder +FROM rust:1.77.1-bookworm as builder LABEL org.opencontainers.image.title="Parseable" LABEL maintainer="Parseable Team " diff --git a/Dockerfile.debug b/Dockerfile.debug index 2bed98e79..f7112ef22 100644 --- a/Dockerfile.debug +++ b/Dockerfile.debug @@ -14,7 +14,7 @@ # along with this program. If not, see . # build stage -FROM rust:1.73.0-bookworm as builder +FROM rust:1.77.1-bookworm as builder LABEL org.opencontainers.image.title="Parseable" LABEL maintainer="Parseable Team " diff --git a/server/Cargo.toml b/server/Cargo.toml index a456f6995..c5bbaef7b 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "parseable" -version = "0.9.0" +version = "1.0.0" authors = ["Parseable Team "] edition = "2021" -rust-version = "1.73" +rust-version = "1.77.1" categories = ["logging", "observability", "log analytics"] build = "build.rs" @@ -121,8 +121,8 @@ maplit = "1.0" rstest = "0.16" [package.metadata.parseable_ui] -assets-url = "https://github.com/parseablehq/console/releases/download/v0.5.1/build.zip" -assets-sha1 = "13dcc8cb4a0edbebb84b5923bee75c981ebac5de" +assets-url = "https://github.com/parseablehq/console/releases/download/v0.6.0/build.zip" +assets-sha1 = "17665eeaf20615366a921aa28ab4ac1b9d807ebf" [features] debug = []