Update `patch-polkadot-sdk

Allows using `libp2p 0.55`.
This commit is contained in:
Luke Parker
2025-09-06 14:04:55 -04:00
parent d304cd97e1
commit ae923b24ff
17 changed files with 411 additions and 556 deletions

View File

@@ -198,6 +198,9 @@ p256 = { git = "https://github.com/kayabaNerve/elliptic-curves", rev = "4994c9ab
# Patch due to `std` now including the required functionality
is_terminal_polyfill = { path = "./patches/is_terminal_polyfill" }
# Required for Substrate to support `libp2p 0.55`
void = { git = "https://github.com/serai-dex/patch-polkadot-sdk", rev = "a9236a3b83d2379f1ba50d6048da0e41ec78e36e" }
[workspace.lints.clippy]
incompatible_msrv = "allow" # Manually verified with a GitHub workflow
manual_is_multiple_of = "allow"