k2v client from main garage repo
This commit is contained in:
parent
aeec77ae44
commit
bc6281a5b5
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -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" }
|
||||
|
|
|
@ -152,7 +152,7 @@ impl<S: BayouState> Bayou<S> {
|
|||
},
|
||||
single_item: false,
|
||||
conflicts_only: false,
|
||||
include_tombstones: false,
|
||||
tombstones: false,
|
||||
}])
|
||||
.await?
|
||||
.into_iter()
|
||||
|
|
Loading…
Reference in a new issue