From cf38dd006eeb7dc551aca7296176c1bf952c9317 Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Sat, 3 Jun 2023 23:12:35 -0400 Subject: [PATCH] Getting ready for release, ver bump --- Cargo.lock | 2 +- martin/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d9281ddf5..b3343a857 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1408,7 +1408,7 @@ checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de" [[package]] name = "martin" -version = "0.8.4" +version = "0.8.5" dependencies = [ "actix", "actix-cors", diff --git a/martin/Cargo.toml b/martin/Cargo.toml index 4f88d2cee..e25755a01 100644 --- a/martin/Cargo.toml +++ b/martin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "martin" -version = "0.8.4" +version = "0.8.5" authors = ["Stepan Kuzmin ", "Yuri Astrakhan ", "MapLibre contributors"] description = "Blazing fast and lightweight tile server with PostGIS, MBTiles, and PMTiles support" keywords = ["maps", "tiles", "mbtiles", "pmtiles", "postgis"]