diff options
Diffstat (limited to 'tvix/store')
-rw-r--r-- | tvix/store/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store/Cargo.toml b/tvix/store/Cargo.toml index 8b043e365b5e..3dc816e4ba74 100644 --- a/tvix/store/Cargo.toml +++ b/tvix/store/Cargo.toml @@ -46,7 +46,7 @@ tracing-indicatif = { workspace = true } hyper-util = { workspace = true } toml = { version = "0.8.19", optional = true } tonic-health = { workspace = true } -redb = { workspace = true } +redb = { workspace = true, features = ["logging"] } mimalloc = { workspace = true } tonic-reflection = { workspace = true, optional = true } bigtable_rs = { workspace = true, optional = true } |