Skip to content

Commit

Permalink
toml format
Browse files Browse the repository at this point in the history
  • Loading branch information
skunert committed Mar 9, 2025
1 parent f1d4d8e commit e887244
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -739,11 +739,11 @@ cumulus-relay-chain-inprocess-interface = { path = "cumulus/client/relay-chain-i
cumulus-relay-chain-interface = { path = "cumulus/client/relay-chain-interface", default-features = false }
cumulus-relay-chain-minimal-node = { path = "cumulus/client/relay-chain-minimal-node", default-features = false }
cumulus-relay-chain-rpc-interface = { path = "cumulus/client/relay-chain-rpc-interface", default-features = false }
cumulus-zombienet-sdk-helpers = { path = "cumulus/zombienet/zombienet-sdk-helpers", default-features = false }
cumulus-test-client = { path = "cumulus/test/client" }
cumulus-test-relay-sproof-builder = { path = "cumulus/test/relay-sproof-builder", default-features = false }
cumulus-test-runtime = { path = "cumulus/test/runtime" }
cumulus-test-service = { path = "cumulus/test/service" }
cumulus-zombienet-sdk-helpers = { path = "cumulus/zombienet/zombienet-sdk-helpers", default-features = false }
curve25519-dalek = { version = "4.1.3" }
derive-syn-parse = { version = "0.2.0" }
derive-where = { version = "1.2.7" }
Expand Down
2 changes: 1 addition & 1 deletion cumulus/bin/pov-validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ sc-executor.workspace = true
sp-core.workspace = true
sp-io.workspace = true
sp-maybe-compressed-blob.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true

[lints]
workspace = true
2 changes: 1 addition & 1 deletion polkadot/zombienet-sdk-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ publish = false
[dependencies]
anyhow = { workspace = true }
codec = { workspace = true, features = ["derive"] }
cumulus-zombienet-sdk-helpers = { workspace = true }
env_logger = { workspace = true }
log = { workspace = true }
polkadot-primitives = { workspace = true, default-features = true }
Expand All @@ -20,7 +21,6 @@ subxt-signer = { workspace = true }
tokio = { workspace = true, features = ["rt-multi-thread"] }
tokio-util = { workspace = true, features = ["time"] }
zombienet-sdk = { workspace = true }
cumulus-zombienet-sdk-helpers = { workspace = true }

[features]
zombie-metadata = []
Expand Down

0 comments on commit e887244

Please sign in to comment.