Skip to content

Commit f342944

Browse files
committed
Lint tomls
1 parent 2b4dd0b commit f342944

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ educe = { version = "0.6", default-features = false, features = [
8181
] }
8282
enum-iterator = "1.2"
8383
enum_dispatch = "0.3.13"
84-
# Workspace members
85-
fuel-core-block-aggregator-api = { version = "0.47.1", path = "crates/services/block_aggregator_api" }
8684
fuel-core = { version = "0.47.1", path = "./crates/fuel-core", default-features = false }
8785
fuel-core-bin = { version = "0.47.1", path = "./bin/fuel-core" }
86+
# Workspace members
87+
fuel-core-block-aggregator-api = { version = "0.47.1", path = "crates/services/block_aggregator_api" }
8888
fuel-core-chain-config = { version = "0.47.1", path = "./crates/chain-config", default-features = false }
8989
fuel-core-client = { version = "0.47.1", path = "./crates/client" }
9090
fuel-core-compression = { version = "0.47.1", path = "./crates/compression" }

bin/fuel-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ clap = { workspace = true, features = ["derive", "env", "string"] }
5555
const_format = { version = "0.2", optional = true }
5656
dirs = "4.0"
5757
dotenvy = { version = "0.15", optional = true }
58-
fuel-core-block-aggregator-api = { workspace = true }
5958
fuel-core = { workspace = true, features = ["wasm-executor"] }
59+
fuel-core-block-aggregator-api = { workspace = true }
6060
fuel-core-chain-config = { workspace = true }
6161
fuel-core-metrics = { workspace = true }
6262
fuel-core-poa = { workspace = true, optional = true }

tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ aws-sdk-kms = { version = "1.37.0", optional = true }
3838
clap = { workspace = true }
3939
cynic = { workspace = true }
4040
ethers = "2"
41-
fuel-core-block-aggregator-api = { workspace = true }
4241
fuel-core = { path = "../crates/fuel-core", default-features = false, features = [
4342
"p2p",
4443
"relayer",
@@ -48,6 +47,7 @@ fuel-core = { path = "../crates/fuel-core", default-features = false, features =
4847
] }
4948
fuel-core-benches = { path = "../benches" }
5049
fuel-core-bin = { path = "../bin/fuel-core", features = ["parquet", "p2p"] }
50+
fuel-core-block-aggregator-api = { workspace = true }
5151
fuel-core-client = { path = "../crates/client", features = ["test-helpers"] }
5252
fuel-core-compression = { path = "../crates/compression" }
5353
fuel-core-compression-service = { path = "../crates/services/compression", features = [

0 commit comments

Comments
 (0)