aboutsummaryrefslogtreecommitdiff
path: root/src/table/Cargo.toml
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-07-08 16:10:53 +0200
committerAlex Auvolat <alex@adnab.me>2020-07-08 16:10:53 +0200
commit86bf4dedac2cc7ecfe9ca539f5500d162eabe704 (patch)
tree27014f21053581958c097988d1f5053560316dc5 /src/table/Cargo.toml
parent86fb7bbba5aefc797f359bd84676637f0232b709 (diff)
downloadgarage-86bf4dedac2cc7ecfe9ca539f5500d162eabe704.tar.gz
garage-86bf4dedac2cc7ecfe9ca539f5500d162eabe704.zip
Add support for model migrations
Diffstat (limited to 'src/table/Cargo.toml')
-rw-r--r--src/table/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/Cargo.toml b/src/table/Cargo.toml
index 7efdbb08..1963f3da 100644
--- a/src/table/Cargo.toml
+++ b/src/table/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "garage_table"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Alex Auvolat <alex@adnab.me>"]
edition = "2018"
license = "GPL-3.0"