Skip to content

Commit

Permalink
Revert changes to beacon_chain Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Jun 28, 2022
1 parent 7c5ea7a commit 01e760f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_node/beacon_chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ fork_from_env = [] # Initialise the harness chain spec from the FORK_NAME env va
[dev-dependencies]
maplit = "1.0.2"
environment = { path = "../../lighthouse/environment" }
serde_json = "1.0.58"

[dependencies]
merkle_proof = { path = "../../consensus/merkle_proof" }
Expand Down Expand Up @@ -61,7 +62,6 @@ sensitive_url = { path = "../../common/sensitive_url" }
superstruct = "0.5.0"
hex = "0.4.2"
exit-future = "0.2.0"
serde_json = "1.0.58"

[[test]]
name = "beacon_chain_tests"
Expand Down

0 comments on commit 01e760f

Please sign in to comment.