Skip to content

Commit

Permalink
sort deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alindima committed Dec 23, 2024
1 parent ba27e1a commit 4341161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot/zombienet-sdk-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ anyhow = { workspace = true }
codec = { workspace = true, features = ["derive"] }
env_logger = { workspace = true }
log = { workspace = true }
polkadot-primitives = { workspace = true, default-features = true }
serde = { workspace = true }
serde_json = { workspace = true }
subxt = { workspace = true, features = ["substrate-compat"] }
subxt-signer = { workspace = true }
tokio = { workspace = true, features = ["rt-multi-thread"] }
zombienet-sdk = { workspace = true }
polkadot-primitives = { workspace = true, default-features = true }

[features]
zombie-metadata = []
Expand Down

0 comments on commit 4341161

Please sign in to comment.