Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: update cargo toml for release 2.3.5
  • Loading branch information
nikhilsinhaparseable committed Jun 26, 2025
commit 9039dced65ad2a5f3fa9b41a1ea32f1168c7ad2f
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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parseable"
version = "2.3.4"
version = "2.3.5"
authors = ["Parseable Team <hi@parseable.com>"]
edition = "2021"
rust-version = "1.83.0"
Expand Down Expand Up @@ -139,8 +139,8 @@ arrow = "54.0.0"
temp-dir = "0.1.14"

[package.metadata.parseable_ui]
assets-url = "https://parseable-prism-build.s3.us-east-2.amazonaws.com/v2.3.4/build.zip"
assets-sha1 = "32d9eeaec1ddf1851eb4434c1b0603be83537443"
assets-url = "https://parseable-prism-build.s3.us-east-2.amazonaws.com/v2.3.5/build.zip"
assets-sha1 = "3e703ef8bedf8ae55fd31713f6267ad14ad3d29d"

[features]
debug = []
Expand Down
Loading