diff options
author | Alex Auvolat <alex@adnab.me> | 2021-05-28 13:58:47 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-05-28 15:29:58 +0200 |
commit | b9127dd6f88d3c66181ef6748167efd94283ff41 (patch) | |
tree | a05030f4e16678b3dc997c6d2ec057ff9e7a19fb /src/table/Cargo.toml | |
parent | ddb2b29bfd1da75a9035fecf15169891be5bcafd (diff) | |
download | garage-b9127dd6f88d3c66181ef6748167efd94283ff41.tar.gz garage-b9127dd6f88d3c66181ef6748167efd94283ff41.zip |
Prepare for v0.3.0 and add migration path from v0.2.1.xv0.3.0
Diffstat (limited to 'src/table/Cargo.toml')
-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 9b7e905c..ccbd1748 100644 --- a/src/table/Cargo.toml +++ b/src/table/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "garage_table" -version = "0.2.1" +version = "0.3.0" authors = ["Alex Auvolat <alex@adnab.me>"] edition = "2018" license = "AGPL-3.0" @@ -13,8 +13,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.2.1", path = "../rpc" } -garage_util = { version = "0.2.1", path = "../util" } +garage_rpc = { version = "0.3.0", path = "../rpc" } +garage_util = { version = "0.3.0", path = "../util" } bytes = "1.0" hexdump = "0.1" |