Skip to content

Commit 9ebb24a

Browse files
committed
fix tomls
1 parent 65aa609 commit 9ebb24a

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

rust/main/chains/hyperlane-radix/Cargo.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
[package]
22
name = "hyperlane-radix"
3-
version = "0.1.0"
4-
edition = "2021"
3+
documentation.workspace = true
4+
edition.workspace = true
5+
homepage.workspace = true
6+
license-file.workspace = true
7+
publish.workspace = true
8+
version.workspace = true
59

610
[dependencies]
711
async-trait = { workspace = true }

rust/main/chains/hyperlane-sealevel/Cargo.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
[package]
22
name = "hyperlane-sealevel"
3-
version = "0.1.0"
4-
edition = "2021"
3+
documentation.workspace = true
4+
edition.workspace = true
5+
homepage.workspace = true
6+
license-file.workspace = true
7+
publish.workspace = true
8+
version.workspace = true
59

610
[dependencies]
711
anyhow.workspace = true

rust/main/hyperlane-metric/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ maplit.workspace = true
1515
prometheus.workspace = true
1616
serde = { workspace = true, features = ["derive"] }
1717
serde_json = { workspace = true }
18-
url.workspace = true
18+
url.workspace = true

0 commit comments

Comments
 (0)