feat(bin, storage): db versioning (#3130)

This commit is contained in:
Alexey Shekhirin
2023-06-19 17:43:17 +01:00
committed by GitHub
parent d02c87d20e
commit 2b6a0468fc
11 changed files with 204 additions and 17 deletions

View File

@ -71,6 +71,11 @@ serde_json = { workspace = true }
paste = "1.0"
assert_matches = "1.5.0"
[build-dependencies]
vergen = { version = "8.0.0", features = ["git", "gitcl"] }
[features]
default = ["mdbx"]
test-utils = ["tempfile", "arbitrary"]