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

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstone committed Dec 12, 2023
1 parent ae243b3 commit dcea084
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pallets/eth2-light-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,12 @@ std = [
"eth2-ssz/std",
"tree-hash/std",
"merkle-proof/std",
"async-trait"
"async-trait",
"eth2-pallet-init",

]
testing = [
"std",
"eth2-pallet-init",
"async-trait",
]

try-runtime = ["frame-support/try-runtime"]

0 comments on commit dcea084

Please sign in to comment.