Skip to content

Commit

Permalink
chore: fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed May 5, 2024
1 parent c4bb4b2 commit eb8fbc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions relay_rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ license = "Apache-2.0"
[features]
cacao = [
"dep:erc6492",
"dep:alloy-transport",
"dep:alloy-provider",
"dep:alloy-transport",
"dep:alloy-primitives",
]

Expand Down Expand Up @@ -36,8 +36,8 @@ once_cell = "1.16"
jsonwebtoken = "8.1"
sha2 = { version = "0.10.6" }
url = "2"
alloy-transport = { git = "https://github.com/alloy-rs/alloy.git", rev = "d68a6b7", optional = true }
alloy-provider = { git = "https://github.com/alloy-rs/alloy.git", rev = "d68a6b7", optional = true }
alloy-transport = { git = "https://github.com/alloy-rs/alloy.git", rev = "d68a6b7", optional = true }
alloy-primitives = { version = "0.7.0", optional = true }
erc6492 = { git = "https://github.com/WalletConnect/erc6492.git", optional = true }
strum = { version = "0.26", features = ["strum_macros", "derive"] }
Expand Down

0 comments on commit eb8fbc3

Please sign in to comment.