diff options
author | Alex Auvolat <alex@adnab.me> | 2022-05-18 22:33:27 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-05-18 22:33:27 +0200 |
commit | bc6281a5b529b3c0be156fd85ee41302e5080c20 (patch) | |
tree | 35027656ca422c23ac06ae2b8aab67ac2e464c12 /src/bayou.rs | |
parent | aeec77ae444789b3bbfd9e9e6ef8c7d33eee48e1 (diff) | |
download | aerogramme-bc6281a5b529b3c0be156fd85ee41302e5080c20.tar.gz aerogramme-bc6281a5b529b3c0be156fd85ee41302e5080c20.zip |
k2v client from main garage repo
Diffstat (limited to 'src/bayou.rs')
-rw-r--r-- | src/bayou.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bayou.rs b/src/bayou.rs index ca5158e..b784ced 100644 --- a/src/bayou.rs +++ b/src/bayou.rs @@ -152,7 +152,7 @@ impl<S: BayouState> Bayou<S> { }, single_item: false, conflicts_only: false, - include_tombstones: false, + tombstones: false, }]) .await? .into_iter() |