diff options
author | Alex Auvolat <alex@adnab.me> | 2021-01-15 17:54:48 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-01-15 17:54:48 +0100 |
commit | 1d1d497e2bcdb786f37f3efa6dce4c6ba4fd9e57 (patch) | |
tree | cd58a77e052d0405c4f9edbbb83c3cf0cb3e5be0 /src/web/Cargo.toml | |
parent | 97494b4a190cb16986b743ba1446968a6c180c6e (diff) | |
download | garage-1d1d497e2bcdb786f37f3efa6dce4c6ba4fd9e57.tar.gz garage-1d1d497e2bcdb786f37f3efa6dce4c6ba4fd9e57.zip |
Bump everything to 0.1.1
Diffstat (limited to 'src/web/Cargo.toml')
-rw-r--r-- | src/web/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/Cargo.toml b/src/web/Cargo.toml index 751b9ace..5cc8683c 100644 --- a/src/web/Cargo.toml +++ b/src/web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "garage_web" -version = "0.1.0" +version = "0.1.1" authors = ["Alex Auvolat <alex@adnab.me>", "Quentin Dufour <quentin@dufour.io>"] edition = "2018" license = "GPL-3.0" @@ -13,7 +13,7 @@ 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_util = { version = "0.1.1", path = "../util" } garage_table = { version = "0.1.1", path = "../table" } garage_model = { version = "0.1.1", path = "../model" } garage_api = { version = "0.1.1", path = "../api" } |