aboutsummaryrefslogtreecommitdiff
path: root/src/model
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-08-29 18:01:53 +0200
committerAlex Auvolat <alex@adnab.me>2022-08-29 18:01:53 +0200
commit8394f32d16b846c5d1d66dd7505e4963062a7aec (patch)
tree6bc1cf74ffec7cd65b1bc2d2f06605cdb18285bb /src/model
parentcd5fa90c681c3be7e8835eb4043a55eb5cf01293 (diff)
downloadgarage-8394f32d16b846c5d1d66dd7505e4963062a7aec.tar.gz
garage-8394f32d16b846c5d1d66dd7505e4963062a7aec.zip
Bump crate versions to 0.7.3v0.7.3-beta1
Diffstat (limited to 'src/model')
-rw-r--r--src/model/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/model/Cargo.toml b/src/model/Cargo.toml
index 133fe44e..065eea62 100644
--- a/src/model/Cargo.toml
+++ b/src/model/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "garage_model"
-version = "0.7.0"
+version = "0.7.3"
authors = ["Alex Auvolat <alex@adnab.me>"]
edition = "2018"
license = "AGPL-3.0"
@@ -14,10 +14,10 @@ path = "lib.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-garage_rpc = { version = "0.7.0", path = "../rpc" }
-garage_table = { version = "0.7.0", path = "../table" }
-garage_block = { version = "0.7.0", path = "../block" }
-garage_util = { version = "0.7.0", path = "../util" }
+garage_rpc = { version = "0.7.3", path = "../rpc" }
+garage_table = { version = "0.7.3", path = "../table" }
+garage_block = { version = "0.7.3", path = "../block" }
+garage_util = { version = "0.7.3", path = "../util" }
garage_model_050 = { package = "garage_model", version = "0.5.1" }
async-trait = "0.1.7"