Skip to content

Commit

Permalink
format Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadkaouk committed Jan 26, 2024
1 parent a2d3a1f commit 851bad5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frame/evm/precompile/clear-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ frame-system = { workspace = true, features = ["default"] }
pallet-balances = { workspace = true, features = ["default", "insecure_zero_ed"] }
pallet-timestamp = { workspace = true, features = ["default"] }
pallet-utility = { workspace = true, features = ["default"] }
rlp = { workspace = true }
sp-core = { workspace = true, features = ["default"] }
sp-io = { workspace = true, features = ["default"] }
sp-runtime = { workspace = true, features = ["default"] }
sp-std = { workspace = true, features = ["default"] }
rlp = { workspace = true }

# Frontier
precompile-utils = { workspace = true, features = [ "std", "testing" ] }
precompile-utils = { workspace = true, features = ["std", "testing"] }

[features]
default = ["std"]
Expand Down

0 comments on commit 851bad5

Please sign in to comment.