Skip to content

Commit c178f1c

Browse files
committed
feat:v3.4.5
1 parent 43beda3 commit c178f1c

File tree

3 files changed

+94
-87
lines changed

3 files changed

+94
-87
lines changed

Cargo.lock

Lines changed: 53 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyperlane"
3-
version = "3.4.3"
3+
version = "3.4.5"
44
edition = "2021"
55
authors = ["ltpp-universe <root@ltpp.vip>"]
66
license = "MIT"
@@ -20,10 +20,10 @@ async-func = "0.1.0"
2020
clonelicious = "1.0.0"
2121
color-output = "6.1.4"
2222
file-operation = "0.3.0"
23-
http-request = "8.35.5"
24-
http-type = "2.30.0"
25-
hyperlane-log = "1.1.3"
26-
hyperlane-time = "0.0.3"
23+
http-request = "8.35.6"
24+
http-type = "2.30.1"
25+
hyperlane-log = "1.1.4"
26+
hyperlane-time = "0.0.4"
2727
lombok-macros = "1.7.0"
2828
recoverable-spawn = "3.3.0"
2929
recoverable-thread-pool = "2.0.1"
@@ -35,8 +35,11 @@ incremental = true
3535
opt-level = 3
3636
lto = true
3737
panic = "abort"
38+
debug = false
3839

3940
[profile.release]
41+
incremental = false
4042
opt-level = 3
4143
lto = true
4244
panic = "abort"
45+
debug = false

0 commit comments

Comments
 (0)