k2v client from main garage repo

This commit is contained in:
Alex 2022-05-18 22:33:27 +02:00
parent aeec77ae44
commit bc6281a5b5
Signed by: lx
GPG key ID: 0E496D15096376BE
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -505,7 +505,7 @@ dependencies = [
[[package]] [[package]]
name = "k2v-client" name = "k2v-client"
version = "0.1.0" 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 = [ dependencies = [
"base64", "base64",
"http", "http",

View file

@ -23,4 +23,4 @@ sodiumoxide = "0.2"
tokio = "1.17.0" tokio = "1.17.0"
zstd = { version = "0.9", default-features = false } 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" }

View file

@ -152,7 +152,7 @@ impl<S: BayouState> Bayou<S> {
}, },
single_item: false, single_item: false,
conflicts_only: false, conflicts_only: false,
include_tombstones: false, tombstones: false,
}]) }])
.await? .await?
.into_iter() .into_iter()