Skip to content

Commit 035da19

Browse files
committed
feat: v18.0.1
1 parent c95311a commit 035da19

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.cargo/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[build]
2+
jobs = 16

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyperlane-quick-start"
3-
version = "18.0.0"
3+
version = "18.0.1"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]
@@ -56,7 +56,7 @@ hyperlane_plugin = { path = "plugin" }
5656

5757
[profile.dev]
5858
incremental = true
59-
opt-level = 1
59+
opt-level = 0
6060
lto = false
6161
panic = "unwind"
6262
debug = false

0 commit comments

Comments
 (0)