mirror of
https://github.com/maplibre/martin.git
synced 2024-12-18 20:31:54 +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
|
||||
cd ..
|
||||
|
||||
- name: Publish
|
||||
- name: Create Homebrew config
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
run: |
|
||||
set -x
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1726,7 +1726,7 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
||||
|
||||
[[package]]
|
||||
name = "martin"
|
||||
version = "0.9.3"
|
||||
version = "0.9.4-pre.1"
|
||||
dependencies = [
|
||||
"actix",
|
||||
"actix-cors",
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "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"]
|
||||
description = "Blazing fast and lightweight tile server with PostGIS, MBTiles, and PMTiles support"
|
||||
keywords = ["maps", "tiles", "mbtiles", "pmtiles", "postgis"]
|
||||
|
Loading…
Reference in New Issue
Block a user