Skip to content

Commit d880a89

Browse files
taco-pacoDodecahedr0x
authored andcommitted
Feat: patched rocksdb to 0.23.0 (#692)
1 parent 0e80222 commit d880a89

File tree

3 files changed

+9
-18
lines changed

3 files changed

+9
-18
lines changed

Cargo.lock

Lines changed: 3 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,3 +206,7 @@ features = ["lz4"]
206206
solana-account = { git = "https://github.com/magicblock-labs/solana-account.git", rev = "1beed4c" }
207207
solana-storage-proto = { path = "./storage-proto" }
208208
solana-svm = { git = "https://github.com/magicblock-labs/magicblock-svm.git", rev = "3e9456ec4" }
209+
# using parent commit d4e9e16 of rocksdb 0.23.0
210+
# without patching update isn't possible due to conflict with solana deps
211+
# TODO(edwin): remove once solana version is raised to 2.3
212+
rocksdb = { git = "https://github.com/rust-rocksdb/rust-rocksdb.git", rev = "d4e9e16" }

test-integration/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)