Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1405,8 +1405,8 @@ xcm-procedural = { path = "polkadot/xcm/procedural", default-features = false }
xcm-runtime-apis = { path = "polkadot/xcm/xcm-runtime-apis", default-features = false }
xcm-simulator = { path = "polkadot/xcm/xcm-simulator", default-features = false }
zeroize = { version = "1.7.0", default-features = false }
zombienet-configuration = { version = "0.2.22" }
zombienet-sdk = { version = "0.2.22" }
zombienet-configuration = { version = "0.2.29" }
zombienet-sdk = { version = "0.2.29" }
zstd = { version = "0.12.4", default-features = false }

[profile.release]
Expand Down
Loading