Skip to content

Commit f50fc87

Browse files
committed
feat: v17.1.2
1 parent cc4a0f3 commit f50fc87

File tree

3 files changed

+3
-3
lines changed

3 files changed

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyperlane-quick-start"
3-
version = "17.1.1"
3+
version = "17.1.2"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]

application/view/favicon/impl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ impl ServerHook for FaviconRoute {
88

99
#[prologue_macros(
1010
get_method,
11-
response_status_code(301),
11+
response_status_code(302),
1212
response_header(LOCATION => LOGO_IMG_URL)
1313
)]
1414
#[instrument_trace]

0 commit comments

Comments
 (0)