bump martin version

This commit is contained in:
Yuri Astrakhan 2023-12-18 23:24:18 -05:00
parent 24819bdb45
commit ca882be156
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1844,7 +1844,7 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
[[package]] [[package]]
name = "martin" name = "martin"
version = "0.11.5" version = "0.11.6"
dependencies = [ dependencies = [
"actix-cors", "actix-cors",
"actix-http", "actix-http",

View File

@ -3,7 +3,7 @@ lints.workspace = true
[package] [package]
name = "martin" name = "martin"
# Once the release is published with the hash, update https://github.com/maplibre/homebrew-martin # Once the release is published with the hash, update https://github.com/maplibre/homebrew-martin
version = "0.11.5" version = "0.11.6"
authors = ["Stepan Kuzmin <to.stepan.kuzmin@gmail.com>", "Yuri Astrakhan <YuriAstrakhan@gmail.com>", "MapLibre contributors"] authors = ["Stepan Kuzmin <to.stepan.kuzmin@gmail.com>", "Yuri Astrakhan <YuriAstrakhan@gmail.com>", "MapLibre contributors"]
description = "Blazing fast and lightweight tile server with PostGIS, MBTiles, and PMTiles support" description = "Blazing fast and lightweight tile server with PostGIS, MBTiles, and PMTiles support"
keywords = ["maps", "tiles", "mbtiles", "pmtiles", "postgis"] keywords = ["maps", "tiles", "mbtiles", "pmtiles", "postgis"]