Skip to content

Commit 8d198e6

Browse files
committed
feat: v0.3.0
1 parent 79809f9 commit 8d198e6

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

frameworks/Rust/hyperlane/Cargo.lock

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

frameworks/Rust/hyperlane/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyperlane_techempower"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]
@@ -12,11 +12,11 @@ categories = ["network-programming", "web-programming"]
1212
exclude = ["target", "Cargo.lock", "sh", ".github", "logs", "**/*.log"]
1313

1414
[dependencies]
15-
rand = "0.10.0"
15+
rand = "0.10.1"
1616
futures = "0.3.32"
1717
num_cpus = "1.17.0"
1818
once_cell = "1.21.4"
19-
hyperlane = "19.0.0"
19+
hyperlane = "20.0.2"
2020
serde_json = "1.0.149"
2121
hyperlane-time = "0.7.22"
2222
serde = { version = "1.0.228", features = ["derive"] }

0 commit comments

Comments
 (0)