diff options
author | Alex Auvolat <alex@adnab.me> | 2023-01-02 14:15:33 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-01-02 14:15:33 +0100 |
commit | 67755695254fb20bcb535d3484d692babb853d33 (patch) | |
tree | b9ca8e16ce2a8e4d305cae7535d7373b32e6d4c7 /src/k2v-client | |
parent | 1649002e2b8f0ec59715236ca5a67859162c787f (diff) | |
download | garage-67755695254fb20bcb535d3484d692babb853d33.tar.gz garage-67755695254fb20bcb535d3484d692babb853d33.zip |
Bump everything to v0.8.1
Diffstat (limited to 'src/k2v-client')
-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 9d2b4e30..f57ce849 100644 --- a/src/k2v-client/Cargo.toml +++ b/src/k2v-client/Cargo.toml @@ -22,7 +22,7 @@ tokio = "1.17.0" # cli deps clap = { version = "3.1.18", optional = true, features = ["derive", "env"] } -garage_util = { version = "0.8.0", path = "../util", optional = true } +garage_util = { version = "0.8.1", path = "../util", optional = true } [features] |