Created
May 14, 2021 20:16
-
-
Save ralexstokes/eea88d00f2d686539dabea32c9943c24 to your computer and use it in GitHub Desktop.
work around lighthouse cargo patches @ commit 3a24ca5f14c6e6d6612fd43eca82aa0c1e6aba16
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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