diff options
author | Alex Auvolat <alex@adnab.me> | 2021-12-16 13:21:52 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-12-16 13:21:52 +0100 |
commit | 398ddb13003729a06a499a8b4e8984131d10d7a8 (patch) | |
tree | 0ba09fcc6ff30739e7343efe41fdaa21650c0531 /src/table | |
parent | 945b75dbf1de8bb22ebf9824727a2c45561bfcf4 (diff) | |
download | garage-0.5.1.tar.gz garage-0.5.1.zip |
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/table/Cargo.toml b/src/table/Cargo.toml index dc37f12c..82f602da 100644 --- a/src/table/Cargo.toml +++ b/src/table/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "garage_table" -version = "0.5.0" +version = "0.5.1" authors = ["Alex Auvolat <alex@adnab.me>"] edition = "2018" license = "AGPL-3.0" @@ -14,8 +14,8 @@ path = "lib.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -garage_rpc = { version = "0.5.0", path = "../rpc" } -garage_util = { version = "0.5.0", path = "../util" } +garage_rpc = { version = "0.5.1", path = "../rpc" } +garage_util = { version = "0.5.1", path = "../util" } async-trait = "0.1.7" bytes = "1.0" |