Skip to content

Commit

Permalink
bump version, add category
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Nov 7, 2023
1 parent 6e8bc99 commit c7dc1c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[package]
name = "pmtiles"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
authors = ["Luke Seelenbinder <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Implementation of the PMTiles v3 spec with multiple sync and async backends."
repository = "https://github.com/stadiamaps/pmtiles-rs"
keywords = ["pmtiles", "gis", "geo"]
rust-version = "1.61.0"
categories = ["science::geo"]

[features]
default = []
Expand Down

0 comments on commit c7dc1c4

Please sign in to comment.