aboutsummaryrefslogtreecommitdiff
path: root/src/model/Cargo.toml
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-03-19 13:39:18 +0100
committerAlex Auvolat <alex@adnab.me>2021-03-19 13:39:18 +0100
commitf859d1506276431cb7dd971009d1c010e4c4fbc0 (patch)
tree3dedcffda8f8869a7b3f826602743c781f2c43bd /src/model/Cargo.toml
parentfd8f4caa8133d509610b13ee99ac60d1adadaca3 (diff)
downloadgarage-release-v0.2.1.tar.gz
garage-release-v0.2.1.zip
update to v0.2.1v0.2.1release-v0.2.1
Diffstat (limited to 'src/model/Cargo.toml')
-rw-r--r--src/model/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/model/Cargo.toml b/src/model/Cargo.toml
index ea706e87..77084531 100644
--- a/src/model/Cargo.toml
+++ b/src/model/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "garage_model"
-version = "0.2.0"
+version = "0.2.1"
authors = ["Alex Auvolat <alex@adnab.me>"]
edition = "2018"
license = "AGPL-3.0"
@@ -13,9 +13,9 @@ 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.0", path = "../rpc" }
-garage_table = { version = "0.2.0", path = "../table" }
-garage_util = { version = "0.2.0", path = "../util" }
+garage_rpc = { version = "0.2.1", path = "../rpc" }
+garage_table = { version = "0.2.1", path = "../table" }
+garage_util = { version = "0.2.1", path = "../util" }
arc-swap = "1.0"
hex = "0.4"