mirror of
https://github.com/maplibre/martin.git
synced 2024-12-21 05:41:55 +03:00
version update for pre.1
This commit is contained in:
parent
7114d9837f
commit
3c24ae226a
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -579,7 +579,7 @@ jobs:
|
|||||||
mv debian-x86_64.deb ../files/martin-Debian-x86_64.deb
|
mv debian-x86_64.deb ../files/martin-Debian-x86_64.deb
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
- name: Publish
|
- name: Create Homebrew config
|
||||||
if: startsWith(github.ref, 'refs/tags/v')
|
if: startsWith(github.ref, 'refs/tags/v')
|
||||||
run: |
|
run: |
|
||||||
set -x
|
set -x
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1726,7 +1726,7 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "martin"
|
name = "martin"
|
||||||
version = "0.9.3"
|
version = "0.9.4-pre.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix",
|
"actix",
|
||||||
"actix-cors",
|
"actix-cors",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[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.9.3"
|
version = "0.9.4-pre.1"
|
||||||
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"]
|
||||||
|
Loading…
Reference in New Issue
Block a user