diff options
Diffstat (limited to 'tvix/castore')
-rw-r--r-- | tvix/castore/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/castore/Cargo.toml b/tvix/castore/Cargo.toml index 2a9fa9f142ec..00f4e44e5b70 100644 --- a/tvix/castore/Cargo.toml +++ b/tvix/castore/Cargo.toml @@ -40,7 +40,7 @@ pin-project = { workspace = true } erased-serde = { workspace = true } serde_tagged = { workspace = true } hyper-util = { workspace = true } -redb = { workspace = true } +redb = { workspace = true, features = ["logging"] } bigtable_rs = { workspace = true, optional = true } fuse-backend-rs = { workspace = true, optional = true } libc = { workspace = true, optional = true } |