Skip to content

Commit

Permalink
reorg cargo file for symmetry
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes committed Feb 28, 2023
1 parent 71003e0 commit 1fd723c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mev-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ anvil-rpc = { git = "https://github.com/foundry-rs/foundry", rev = "b45456717ffa
reqwest = { version = "0.11.14", optional = true }
serde_json = {version = "1.0.92", optional = true }

ssz-rs = { git = "https://github.com/ralexstokes/ssz-rs" }
ethereum-consensus = { git = "https://github.com/ralexstokes/ethereum-consensus" }
beacon-api-client = { git = "https://github.com/ralexstokes/beacon-api-client", optional = true }
ssz-rs = { git = "https://github.com/ralexstokes/ssz-rs" }

0 comments on commit 1fd723c

Please sign in to comment.