diff options
author | Alex <alex@adnab.me> | 2023-03-13 18:34:33 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2023-03-13 18:34:33 +0000 |
commit | 703ac43f1c7c0538ac72a06afc16ad182c3aaba1 (patch) | |
tree | 7ae124a8b7165edab933bc9649baf9c126e95c92 /src/k2v-client/Cargo.toml | |
parent | d6ffa57f4054c41c37a06686330e0080f8243430 (diff) | |
parent | 000006d689d2d8075599fbe1653605566ae9d36e (diff) | |
download | garage-703ac43f1c7c0538ac72a06afc16ad182c3aaba1.tar.gz garage-703ac43f1c7c0538ac72a06afc16ad182c3aaba1.zip |
Merge pull request 'Prepare for v0.8.2' (#530) from prepare-v082 into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/530
Diffstat (limited to 'src/k2v-client/Cargo.toml')
-rw-r--r-- | src/k2v-client/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k2v-client/Cargo.toml b/src/k2v-client/Cargo.toml index 88d52747..52c16d89 100644 --- a/src/k2v-client/Cargo.toml +++ b/src/k2v-client/Cargo.toml @@ -23,7 +23,7 @@ tokio = "1.24" # cli deps clap = { version = "4.1", optional = true, features = ["derive", "env"] } -garage_util = { version = "0.8.1", path = "../util", optional = true } +garage_util = { version = "0.8.2", path = "../util", optional = true } [features] |