Skip to content

Commit

Permalink
feat:v3.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ltpp-universe committed Jan 20, 2025
1 parent 7fb2ddb commit dfddb62
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hyperlane"
version = "3.6.4"
version = "3.6.5"
edition = "2021"
authors = ["ltpp-universe <root@ltpp.vip>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/server/impl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ impl Server {

#[inline]
fn common_log(data: &String) -> String {
format!("{}: {}{}", current_time(), data.to_string(), HTTP_BR)
format!("{}: {}{}", current_time(), data.to_string(), BR)
}

#[inline]
Expand Down

0 comments on commit dfddb62

Please sign in to comment.