rocksdb 0.22 via a patch

patch is removeable once https://github.com/paritytech/parity-common/pull/828
is merged and released.
This commit is contained in:
Luke Parker
2024-02-18 05:32:04 -05:00
parent df85c09435
commit c05c511938
5 changed files with 45 additions and 19 deletions

View File

@@ -3,6 +3,7 @@ resolver = "2"
members = [
# Version patches
"patches/zstd",
"patches/rocksdb",
"patches/proc-macro-crate",
# std patches
@@ -112,6 +113,8 @@ dockertest = { git = "https://github.com/kayabaNerve/dockertest-rs", branch = "a
# wasmtime pulls in an old version for this
zstd = { path = "patches/zstd" }
# substrate pulls in an old version for this
rocksdb = { path = "patches/rocksdb" }
# proc-macro-crate 2 binds to an old version of toml for msrv so we patch to 3
proc-macro-crate = { path = "patches/proc-macro-crate" }