Skip to content

Commit 324f9b5

Browse files
committed
chore: Release
1 parent c289000 commit 324f9b5

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ resolver = "3"
2727
members = ["application", "bootstrap", "config", "plugin", "resources"]
2828

2929
[workspace.dependencies]
30-
hyperlane_application = { path = "application", version = "14.1.16" }
31-
hyperlane_bootstrap = { path = "bootstrap", version = "14.1.16" }
32-
hyperlane_config = { path = "config", version = "14.1.16" }
33-
hyperlane_plugin = { path = "plugin", version = "14.1.16" }
34-
hyperlane_resources = { path = "resources", version = "14.1.16" }
30+
hyperlane_application = { path = "application", version = "14.1.17" }
31+
hyperlane_bootstrap = { path = "bootstrap", version = "14.1.17" }
32+
hyperlane_config = { path = "config", version = "14.1.17" }
33+
hyperlane_plugin = { path = "plugin", version = "14.1.17" }
34+
hyperlane_resources = { path = "resources", version = "14.1.17" }
3535

3636
tracing = "0.1.44"
3737
hyperlane = "14.1.3"

application/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_application"
3-
version = "14.1.16"
3+
version = "14.1.17"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]

bootstrap/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_bootstrap"
3-
version = "14.1.16"
3+
version = "14.1.17"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]

config/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_config"
3-
version = "14.1.16"
3+
version = "14.1.17"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]

plugin/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_plugin"
3-
version = "14.1.16"
3+
version = "14.1.17"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]

resources/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_resources"
3-
version = "14.1.16"
3+
version = "14.1.17"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]

0 commit comments

Comments
 (0)