Skip to content

Commit

Permalink
taplo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pgherveou committed Jan 16, 2025
1 parent ba9ac59 commit e15cc08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions substrate/frame/revive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ targets = ["x86_64-unknown-linux-gnu"]
codec = { features = ["derive", "max-encoded-len"], workspace = true }
derive_more = { workspace = true }
environmental = { workspace = true }
ethabi = { workspace = true }
ethereum-types = { workspace = true, features = ["codec", "rlp", "serialize"] }
hex = { workspace = true }
impl-trait-for-tuples = { workspace = true }
log = { workspace = true }
paste = { workspace = true }
polkavm = { version = "0.18.0", default-features = false }
rlp = { workspace = true }
ethabi = { workspace = true }
scale-info = { features = ["derive"], workspace = true }
serde = { features = [
"alloc",
Expand Down Expand Up @@ -76,6 +76,7 @@ default = ["std"]
std = [
"codec/std",
"environmental/std",
"ethabi/std",
"ethereum-types/std",
"frame-benchmarking?/std",
"frame-support/std",
Expand All @@ -102,7 +103,6 @@ std = [
"subxt-signer",
"xcm-builder/std",
"xcm/std",
"ethabi/std"
]
runtime-benchmarks = [
"frame-benchmarking/runtime-benchmarks",
Expand Down

0 comments on commit e15cc08

Please sign in to comment.