patch-polkadot-sdk enabling libp2p 0.56

This commit is contained in:
Luke Parker
2025-09-06 17:41:49 -04:00
parent e5efcd56ba
commit 1b755a5d48
16 changed files with 298 additions and 327 deletions

View File

@@ -198,9 +198,6 @@ 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"