Skip to content

Commit ab4b8a8

Browse files
taplo fmt
1 parent 64fd6c7 commit ab4b8a8

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,9 @@ pallet-evm-precompile-simple = { version = "2.0.0-dev", path = "frame/evm/precom
155155
pallet-evm-test-vector-support = { version = "1.0.0-dev", path = "frame/evm/test-vector-support" }
156156
pallet-hotfix-sufficients = { version = "1.0.0", path = "frame/hotfix-sufficients", default-features = false }
157157
# Frontier Template
158-
frontier-template-runtime-common = { path = "template/runtime/common", default-features = false }
159158
frontier-template-runtime-accountid20 = { path = "template/runtime/accountid20", default-features = false }
160159
frontier-template-runtime-accountid32 = { path = "template/runtime/accountid32", default-features = false }
160+
frontier-template-runtime-common = { path = "template/runtime/common", default-features = false }
161161
# Arkworks
162162
ark-bls12-377 = { version = "0.4.0", default-features = false, features = ["curve"] }
163163
ark-bw6-761 = { version = "0.4.0", default-features = false }

client/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ sp-consensus = { workspace = true }
3636
sp-io = { workspace = true }
3737
substrate-test-runtime-client = { workspace = true }
3838
# Frontier
39-
frontier-template-runtime-accountid32 = { workspace = true, features = ["default"] }
39+
frontier-template-runtime-accountid32 = { workspace = true, features = ["default"] }

template/node/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ accountid20 = []
9191
accountid32 = []
9292
with-rocksdb-weights = [
9393
"frontier-template-runtime-accountid20/with-rocksdb-weights",
94-
"frontier-template-runtime-accountid32/with-rocksdb-weights"
94+
"frontier-template-runtime-accountid32/with-rocksdb-weights",
9595
]
9696
with-paritydb-weights = [
9797
"frontier-template-runtime-accountid20/with-paritydb-weights",
98-
"frontier-template-runtime-accountid32/with-rocksdb-weights"
98+
"frontier-template-runtime-accountid32/with-rocksdb-weights",
9999
]
100100
rpc-binary-search-estimate = ["fc-rpc/rpc-binary-search-estimate"]
101101
runtime-benchmarks = [

template/runtime/common/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ pallet-evm-precompile-simple = { workspace = true }
2626
[features]
2727
default = ["std"]
2828
std = [
29-
"sp-core/std",
30-
"sp-std/std",
31-
"pallet-evm/std",
32-
"pallet-evm-precompile-modexp/std",
33-
"pallet-evm-precompile-sha3fips/std",
34-
"pallet-evm-precompile-simple/std",
35-
]
29+
"sp-core/std",
30+
"sp-std/std",
31+
"pallet-evm/std",
32+
"pallet-evm-precompile-modexp/std",
33+
"pallet-evm-precompile-sha3fips/std",
34+
"pallet-evm-precompile-simple/std",
35+
]

0 commit comments

Comments
 (0)