Skip to content

Commit

Permalink
Downgrade parity-db version
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Oct 10, 2023
1 parent 04f0627 commit a87530d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ kvdb-rocksdb = "0.19.0"
libsecp256k1 = { version = "0.7.1", default-features = false }
log = { version = "0.4.20", default-features = false }
num_enum = { version = "0.6.1", default-features = false }
parity-db = "0.4.10"
parity-db = "0.4.9"
parking_lot = "0.12.1"
rlp = { version = "0.5.2", default-features = false }
scale-codec = { package = "parity-scale-codec", version = "3.6.4", default-features = false, features = ["derive"] }
Expand Down

0 comments on commit a87530d

Please sign in to comment.