bump versions

This commit is contained in:
Yuri Astrakhan 2023-10-01 23:29:56 -04:00
parent 6b7bcabe49
commit 0cf57a6a6a
3 changed files with 8 additions and 8 deletions

12
Cargo.lock generated
View File

@ -1003,9 +1003,9 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "errno"
version = "0.3.3"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd"
checksum = "add4f07d43996f76ef320709726a556a9d4f965d9410d8d0271132d2f8293480"
dependencies = [
"errno-dragonfly",
"libc",
@ -1735,7 +1735,7 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
[[package]]
name = "martin"
version = "0.9.0"
version = "0.9.1"
dependencies = [
"actix",
"actix-cors",
@ -1802,7 +1802,7 @@ dependencies = [
[[package]]
name = "martin-tile-utils"
version = "0.1.2"
version = "0.1.3"
[[package]]
name = "md-5"
@ -1816,9 +1816,9 @@ dependencies = [
[[package]]
name = "memchr"
version = "2.6.3"
version = "2.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c"
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
[[package]]
name = "memmap2"

View File

@ -1,6 +1,6 @@
[package]
name = "martin-tile-utils"
version = "0.1.2"
version = "0.1.3"
authors = ["Yuri Astrakhan <YuriAstrakhan@gmail.com>", "MapLibre contributors"]
description = "Utilites to help with map tile processing, such as type and compression detection. Used by the MapLibre's Martin tile server."
keywords = ["maps", "tiles", "mvt", "tileserver"]

View File

@ -2,7 +2,7 @@
name = "martin"
# Make sure to update /home/nyurik/dev/rust/martin/homebrew-formula/martin.rb version
# Once the release is published with the hash
version = "0.9.0"
version = "0.9.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"]