Skip to content

Commit eb8fbc3

Browse files
committed
chore: fix order
1 parent c4bb4b2 commit eb8fbc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

relay_rpc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ license = "Apache-2.0"
77
[features]
88
cacao = [
99
"dep:erc6492",
10-
"dep:alloy-transport",
1110
"dep:alloy-provider",
11+
"dep:alloy-transport",
1212
"dep:alloy-primitives",
1313
]
1414

@@ -36,8 +36,8 @@ once_cell = "1.16"
3636
jsonwebtoken = "8.1"
3737
sha2 = { version = "0.10.6" }
3838
url = "2"
39-
alloy-transport = { git = "https://github.com/alloy-rs/alloy.git", rev = "d68a6b7", optional = true }
4039
alloy-provider = { git = "https://github.com/alloy-rs/alloy.git", rev = "d68a6b7", optional = true }
40+
alloy-transport = { git = "https://github.com/alloy-rs/alloy.git", rev = "d68a6b7", optional = true }
4141
alloy-primitives = { version = "0.7.0", optional = true }
4242
erc6492 = { git = "https://github.com/WalletConnect/erc6492.git", optional = true }
4343
strum = { version = "0.26", features = ["strum_macros", "derive"] }

0 commit comments

Comments
 (0)