From a04f45269e017e0387885c9a74a03944c584a437 Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Wed, 26 Jun 2024 20:34:02 -0400 Subject: [PATCH] bump to 0.14.2 --- Cargo.lock | 2 +- martin/Cargo.toml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e75eebaa0..04870c214 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2338,7 +2338,7 @@ checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" [[package]] name = "martin" -version = "0.14.1" +version = "0.14.2" dependencies = [ "actix-cors", "actix-http", diff --git a/martin/Cargo.toml b/martin/Cargo.toml index 5195e69cd..f0b4ad50a 100644 --- a/martin/Cargo.toml +++ b/martin/Cargo.toml @@ -2,8 +2,7 @@ lints.workspace = true [package] name = "martin" -# Once the release is published with the hash, update https://github.com/maplibre/homebrew-martin -version = "0.14.1" +version = "0.14.2" 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"]