Skip to content

Instantly share code, notes, and snippets.

@ralexstokes
Created May 14, 2021 20:16
Show Gist options
  • Save ralexstokes/eea88d00f2d686539dabea32c9943c24 to your computer and use it in GitHub Desktop.
Save ralexstokes/eea88d00f2d686539dabea32c9943c24 to your computer and use it in GitHub Desktop.
work around lighthouse cargo patches @ commit 3a24ca5f14c6e6d6612fd43eca82aa0c1e6aba16
[patch]
[patch.crates-io]
tree_hash = { git = "https://github.com/sigp/lighthouse", branch = "stable" }
tree_hash_derive = { git = "https://github.com/sigp/lighthouse", branch = "stable" }
eth2_ssz = { git = "https://github.com/sigp/lighthouse", branch = "stable" }
eth2_ssz_derive = { git = "https://github.com/sigp/lighthouse", branch = "stable" }
eth2_ssz_types = { git = "https://github.com/sigp/lighthouse", branch = "stable" }
eth2_hashing = { git = "https://github.com/sigp/lighthouse", branch = "stable" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment