diff options
author | Alex Auvolat <alex@adnab.me> | 2023-05-22 10:47:15 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-05-22 10:47:15 +0200 |
commit | c3d3b837ebeb98e8639659183ae801b3a280de99 (patch) | |
tree | 827c751387fcd4424c4e9af467b23cf5514619e7 /src/k2v-client/Cargo.toml | |
parent | 130e01505b1aa7cb9b3cf074dbc5d0269246b371 (diff) | |
download | garage-c3d3b837ebeb98e8639659183ae801b3a280de99.tar.gz garage-c3d3b837ebeb98e8639659183ae801b3a280de99.zip |
bump k2v-client to v0.0.4k2v-client-aws-sigv4
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 886f6f49..2ccb9fe5 100644 --- a/src/k2v-client/Cargo.toml +++ b/src/k2v-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "k2v-client" -version = "0.0.3" +version = "0.0.4" authors = ["Trinity Pointard <trinity.pointard@gmail.com>", "Alex Auvolat <alex@adnab.me>"] edition = "2018" license = "AGPL-3.0" |