From 698e4c78123ae6199756e8a3d88315f10cb0ca81 Mon Sep 17 00:00:00 2001 From: Cyrill Leutwiler Date: Wed, 4 Sep 2024 18:27:34 +0200 Subject: [PATCH] switch to polkadot-sdk reproducer branch Signed-off-by: Cyrill Leutwiler --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4c7d375..7cd9d9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ log = { version = "0.4" } # polkadot-sdk and friends codec = { version = "3.6.12", default-features = false, package = "parity-scale-codec" } scale-info = { version = "2.11.1", default-features = false } -polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk", rev = "d7b575338b2c647e04fc48bfbe00ea8f492fb580" } +polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk", branch = "pg/repro" } # llvm [workspace.dependencies.inkwell]