Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Add serde feature
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstone committed Feb 28, 2024
1 parent 018a4e1 commit c1b7b52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ sc-consensus = { git = "https://github.com/paritytech/polkadot-sdk", branch = "r
sc-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.7.0" }
sp-consensus-grandpa = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.7.0" }
sc-client-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.7.0" }
sp-runtime = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.7.0" }
sp-runtime = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.7.0", features = ["serde"] }
sp-io = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.7.0" }
sp-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.7.0" }
sp-inherents = { default-features = false, git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.7.0" }
Expand Down
2 changes: 0 additions & 2 deletions pallets/eth2-light-client/src/test_utils.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use eth_types::eth2::LightClientUpdate;

use eth_types::{eth2::*, pallet::InitInput, BlockHeader};
use lazy_static::lazy_static;

Expand Down

0 comments on commit c1b7b52

Please sign in to comment.