Skip to content

Commit

Permalink
Fix dep
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstone committed Mar 1, 2024
1 parent 5e76e2a commit 450f420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -319,11 +319,11 @@ pallet-eth2-light-client-relayer-gadget = { git = "https://github.com/webb-tools
pallet-eth2-light-client-relayer-gadget-cli = { git = "https://github.com/webb-tools/pallet-eth2-light-client", default-features = false, branch = "polkadot-v1.7.0" }
webb-consensus-types = { git = "https://github.com/webb-tools/pallet-eth2-light-client", default-features = false, branch = "polkadot-v1.7.0" }

webb = { git = "https://github.com/webb-tools/webb-rs.git", default-features = false, branch = "polkadot-v1.7.0" }
webb = { git = "https://github.com/webb-tools/webb-rs.git", default-features = false }
webb-proposals = { git = "https://github.com/webb-tools/webb-rs.git", default-features = false, features = [
"scale",
"evm",
], branch = "polkadot-v1.7.0" }
] }

primitives-ext = { path = "primitives/ext", default-features = false }
evm-tracing-events = { path = "primitives/rpc/evm-tracing-events", default-features = false }
Expand Down

0 comments on commit 450f420

Please sign in to comment.