diff options
author | Alex Auvolat <alex@adnab.me> | 2021-03-18 19:33:15 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-03-18 19:33:15 +0100 |
commit | dead945c8f770ab62a676922f98cc59c636257ce (patch) | |
tree | d71c83c036adb489b0b4b1095a726df040c6ab53 /src/util/Cargo.toml | |
parent | 4348bde180887f5185ca6da6024476e8e8fb2fe6 (diff) | |
download | garage-dead945c8f770ab62a676922f98cc59c636257ce.tar.gz garage-dead945c8f770ab62a676922f98cc59c636257ce.zip |
Prepare for release 0.2
Diffstat (limited to 'src/util/Cargo.toml')
-rw-r--r-- | src/util/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/Cargo.toml b/src/util/Cargo.toml index 4698a04f..e72c7ee5 100644 --- a/src/util/Cargo.toml +++ b/src/util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "garage_util" -version = "0.1.1" +version = "0.2.0" authors = ["Alex Auvolat <alex@adnab.me>"] edition = "2018" license = "GPL-3.0" |