aboutsummaryrefslogtreecommitdiff
path: root/src/db/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/Cargo.toml')
-rw-r--r--src/db/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/Cargo.toml b/src/db/Cargo.toml
index 230fbaf9..44f0be56 100644
--- a/src/db/Cargo.toml
+++ b/src/db/Cargo.toml
@@ -21,7 +21,7 @@ err-derive = "0.3"
hexdump = "0.1"
tracing = "0.1.30"
-heed = "0.11"
+heed = { version = "0.11", default-features = false, features = ["lmdb"] }
rusqlite = "0.27"
sled = "0.34"