chore: move bitflags to workspace (#4220)

This commit is contained in:
Matthias Seitz
2023-08-16 14:17:47 +02:00
committed by GitHub
parent 7cd7859a2b
commit 43601e3496
5 changed files with 8 additions and 7 deletions

View File

@ -12,7 +12,7 @@ repository.workspace = true
name = "reth_libmdbx"
[dependencies]
bitflags = "2"
bitflags.workspace = true
byteorder = "1"
derive_more = "0.99"
indexmap = "1"