diff options
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | src/bayou.rs | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -505,7 +505,7 @@ dependencies = [ [[package]] name = "k2v-client" version = "0.1.0" -source = "git+https://git.deuxfleurs.fr/trinity-1686a/garage.git?branch=k2v-client#eca192af4301045a7c7f65c22cb7818e1bb634b4" +source = "git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git#64c193e3dbb536d5d3c2881bc9aebbb3e4e6272e" dependencies = [ "base64", "http", @@ -23,4 +23,4 @@ sodiumoxide = "0.2" tokio = "1.17.0" zstd = { version = "0.9", default-features = false } -k2v-client = { git = "https://git.deuxfleurs.fr/trinity-1686a/garage.git", branch = "k2v-client" } +k2v-client = { git = "https://git.deuxfleurs.fr/Deuxfleurs/garage.git" } 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() |