mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(bin, storage): db versioning (#3130)
This commit is contained in:
@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user