aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-05-18 22:33:27 +0200
committerAlex Auvolat <alex@adnab.me>2022-05-18 22:33:27 +0200
commitbc6281a5b529b3c0be156fd85ee41302e5080c20 (patch)
tree35027656ca422c23ac06ae2b8aab67ac2e464c12 /src
parentaeec77ae444789b3bbfd9e9e6ef8c7d33eee48e1 (diff)
downloadaerogramme-bc6281a5b529b3c0be156fd85ee41302e5080c20.tar.gz
aerogramme-bc6281a5b529b3c0be156fd85ee41302e5080c20.zip
k2v client from main garage repo
Diffstat (limited to 'src')
-rw-r--r--src/bayou.rs2
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()