Skip to content

Commit 72796aa

Browse files
committed
zombienet-sdk from git to allow insecure url RPC connections
1 parent 06d81c8 commit 72796aa

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-15
lines changed

Cargo.lock

+6-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+7-3
Original file line numberDiff line numberDiff line change
@@ -1447,9 +1447,13 @@ xcm-runtime-apis = { path = "polkadot/xcm/xcm-runtime-apis", default-features =
14471447
xcm-simulator = { path = "polkadot/xcm/xcm-simulator", default-features = false }
14481448
yet-another-parachain-runtime = { path = "cumulus/parachains/runtimes/testing/yet-another-parachain" }
14491449
zeroize = { version = "1.7.0", default-features = false }
1450-
zombienet-configuration = { version = "0.3.0" }
1451-
zombienet-orchestrator = { version = "0.3.0" }
1452-
zombienet-sdk = { version = "0.3.0" }
1450+
# zombienet-configuration = { version = "0.3.0" }
1451+
# zombienet-orchestrator = { version = "0.3.0" }
1452+
# zombienet-sdk = { version = "0.3.0" }
1453+
# TODO: switch to crates once https://github.com/paritytech/zombienet-sdk/pull/341 is released
1454+
zombienet-configuration = { git = "https://github.com/paritytech/zombienet-sdk.git", rev = "fd43dba31990aeb47fa30bcb1d4b20fb7e1afbbe" }
1455+
zombienet-orchestrator = { git = "https://github.com/paritytech/zombienet-sdk.git", rev = "fd43dba31990aeb47fa30bcb1d4b20fb7e1afbbe" }
1456+
zombienet-sdk = { git = "https://github.com/paritytech/zombienet-sdk.git", rev = "fd43dba31990aeb47fa30bcb1d4b20fb7e1afbbe" }
14531457
zstd = { version = "0.12.4", default-features = false }
14541458

14551459
[profile.release]

0 commit comments

Comments
 (0)