Skip to content

Commit d7fcf01

Browse files
authored
update to latest Console and Rust version (#739)
1 parent 7bbb584 commit d7fcf01

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1515

1616
# build stage
17-
FROM rust:1.73.0-bookworm as builder
17+
FROM rust:1.77.1-bookworm as builder
1818

1919
LABEL org.opencontainers.image.title="Parseable"
2020
LABEL maintainer="Parseable Team <[email protected]>"

Dockerfile.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1515

1616
# build stage
17-
FROM rust:1.73.0-bookworm as builder
17+
FROM rust:1.77.1-bookworm as builder
1818

1919
LABEL org.opencontainers.image.title="Parseable"
2020
LABEL maintainer="Parseable Team <[email protected]>"

server/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "parseable"
3-
version = "0.9.0"
3+
version = "1.0.0"
44
authors = ["Parseable Team <[email protected]>"]
55
edition = "2021"
6-
rust-version = "1.73"
6+
rust-version = "1.77.1"
77
categories = ["logging", "observability", "log analytics"]
88
build = "build.rs"
99

@@ -121,8 +121,8 @@ maplit = "1.0"
121121
rstest = "0.16"
122122

123123
[package.metadata.parseable_ui]
124-
assets-url = "https://github.com/parseablehq/console/releases/download/v0.5.1/build.zip"
125-
assets-sha1 = "13dcc8cb4a0edbebb84b5923bee75c981ebac5de"
124+
assets-url = "https://github.com/parseablehq/console/releases/download/v0.6.0/build.zip"
125+
assets-sha1 = "17665eeaf20615366a921aa28ab4ac1b9d807ebf"
126126

127127
[features]
128128
debug = []

0 commit comments

Comments
 (0)