Compare commits

...

2 Commits

Author SHA1 Message Date
Cyrill Leutwiler 454108d1f1 Merge branch 'main' into pvm-link-bug 2024-09-04 20:12:48 +02:00
Cyrill Leutwiler 698e4c7812 switch to polkadot-sdk reproducer branch
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
2024-09-04 18:27:34 +02:00
+1 -1
View File
@@ -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]