feat: adds StorageLock to StaticFileProvider and mdbx::DatabaseEnv (#8528)

This commit is contained in:
joshieDo
2024-06-03 14:28:56 +02:00
committed by GitHub
parent 063807b3ae
commit db3d1335a8
23 changed files with 216 additions and 75 deletions

View File

@ -42,6 +42,7 @@ derive_more.workspace = true
eyre.workspace = true
paste.workspace = true
rustc-hash.workspace = true
sysinfo = "0.30"
# arbitrary utils
arbitrary = { workspace = true, features = ["derive"], optional = true }