Update to the latest patch-polkadot-sdk

Removes several dependencies.
This commit is contained in:
Luke Parker
2025-09-05 06:57:30 -04:00
parent 3541197aa5
commit 28dbef8a1c
22 changed files with 547 additions and 898 deletions

View File

@@ -3,7 +3,6 @@ resolver = "2"
members = [
# Version patches
"patches/parking_lot",
"patches/rocksdb",
# Rewrites/redirects
"patches/option-ext",
@@ -188,8 +187,6 @@ modular-frost = { path = "crypto/frost" }
lazy_static = { git = "https://github.com/rust-lang-nursery/lazy-static.rs", rev = "5735630d46572f1e5377c8f2ba0f79d18f53b10c" }
parking_lot = { path = "patches/parking_lot" }
# Needed for WAL compression
rocksdb = { path = "patches/rocksdb" }
# directories-next was created because directories was unmaintained
# directories-next is now unmaintained while directories is maintained