aboutsummaryrefslogtreecommitdiff
path: root/src/model
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-01-15 17:54:48 +0100
committerAlex Auvolat <alex@adnab.me>2021-01-15 17:54:48 +0100
commit1d1d497e2bcdb786f37f3efa6dce4c6ba4fd9e57 (patch)
treecd58a77e052d0405c4f9edbbb83c3cf0cb3e5be0 /src/model
parent97494b4a190cb16986b743ba1446968a6c180c6e (diff)
downloadgarage-1d1d497e2bcdb786f37f3efa6dce4c6ba4fd9e57.tar.gz
garage-1d1d497e2bcdb786f37f3efa6dce4c6ba4fd9e57.zip
Bump everything to 0.1.1
Diffstat (limited to 'src/model')
-rw-r--r--src/model/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/model/Cargo.toml b/src/model/Cargo.toml
index a138691d..d365ebcc 100644
--- a/src/model/Cargo.toml
+++ b/src/model/Cargo.toml
@@ -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_util = { version = "0.1", path = "../util" }
-garage_rpc = { version = "0.1", path = "../rpc" }
+garage_util = { version = "0.1.1", path = "../util" }
+garage_rpc = { version = "0.1.1", path = "../rpc" }
garage_table = { version = "0.1.1", path = "../table" }
model010 = { package = "garage_model", version = "0.1.0" }