Skip to content

Commit

Permalink
Merge branch 'main' into rm-staging-query-result
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsinhaparseable authored Apr 5, 2024
2 parents 3e1a194 + d7fcf01 commit 668e4f7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

# 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 <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

# 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 <[email protected]>"
Expand Down
8 changes: 4 additions & 4 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "parseable"
version = "0.9.0"
version = "1.0.0"
authors = ["Parseable Team <[email protected]>"]
edition = "2021"
rust-version = "1.73"
rust-version = "1.77.1"
categories = ["logging", "observability", "log analytics"]
build = "build.rs"

Expand Down Expand Up @@ -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 = []

0 comments on commit 668e4f7

Please sign in to comment.