From 235f94e11220e19e0a6bb95b777e5c76bcfa6d91 Mon Sep 17 00:00:00 2001 From: Stepan Kuzmin Date: Mon, 18 Oct 2021 16:29:51 +0300 Subject: [PATCH] (cargo-release) version 1.0.0-alpha.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b4e5acc1c..0cc317240 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1216,7 +1216,7 @@ dependencies = [ [[package]] name = "martin" -version = "0.5.0" +version = "1.0.0-alpha.0" dependencies = [ "actix", "actix-cors", diff --git a/Cargo.toml b/Cargo.toml index cbf926f7b..228f61cc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "martin" -version = "0.5.0" +version = "1.0.0-alpha.0" edition = "2018" authors = ["Stepan Kuzmin "] description = "Blazing fast and lightweight PostGIS vector tiles server"