Skip to content

Commit d79d06a

Browse files
authored
prepare for release v1.5.1 (#930)
1 parent 79423ef commit d79d06a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.

server/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parseable"
3-
version = "1.5.0"
3+
version = "1.5.1"
44
authors = ["Parseable Team <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.77.1"
@@ -122,8 +122,8 @@ maplit = "1.0"
122122
rstest = "0.19.0"
123123

124124
[package.metadata.parseable_ui]
125-
assets-url = "https://github.com/parseablehq/console/releases/download/v0.9.4/build.zip"
126-
assets-sha1 = "754e3f45f588e5bd3b2795d78c79e120f5683526"
125+
assets-url = "https://github.com/parseablehq/console/releases/download/v0.9.5/build.zip"
126+
assets-sha1 = "12896275620f4060d96245634a907b65f7da9658"
127127

128128
[features]
129129
debug = []

0 commit comments

Comments
 (0)