diff options
author | Alex Auvolat <alex@adnab.me> | 2023-09-11 18:03:20 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-09-11 18:03:44 +0200 |
commit | 51b9731a086b4e158cbfa2127bcbfd6cb6274578 (patch) | |
tree | ce5bac4a3fa0ef4a7546c91ad87a5161c3367a35 /Cargo.lock | |
parent | 5f86b48f9766019c6c74d14c2fba8c1176423cfb (diff) | |
download | garage-51b9731a086b4e158cbfa2127bcbfd6cb6274578.tar.gz garage-51b9731a086b4e158cbfa2127bcbfd6cb6274578.zip |
make lmdb's map_size configurable (fix #628)
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1340,6 +1340,7 @@ dependencies = [ "async-trait", "base64 0.21.3", "blake2", + "bytesize", "err-derive", "futures", "futures-util", |