From dd9ee38084dc37f68170096cfd9319bbf63fa747 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Mon, 16 Jan 2023 17:19:19 +1100 Subject: [PATCH] Delete overrides --- Cargo.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cf1632dabe..b35cbbb89c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -93,13 +93,6 @@ members = [ [patch.crates-io] fixed-hash = { git = "https://github.com/paritytech/parity-common", rev="df638ab0885293d21d656dc300d39236b69ce57d" } warp = { git = "https://github.com/macladson/warp", rev="7e75acc368229a46a236a8c991bf251fe7fe50ef" } -ethereum_ssz = "1.0.0-beta.2" -ethereum_ssz_derive = "1.0.0-beta.2" -ssz_types = "1.0.0-beta.0" -eth2_hashing = { path = "crypto/eth2_hashing" } -tree_hash = { path = "consensus/tree_hash" } -tree_hash_derive = { path = "consensus/tree_hash_derive" } -ethereum_serde_utils = "1.0.0-beta.0" [profile.maxperf] inherits = "release"