Skip to content

Commit c7dc1c4

Browse files
committed
bump version, add category
1 parent 6e8bc99 commit c7dc1c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
[package]
22
name = "pmtiles"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
authors = ["Luke Seelenbinder <[email protected]>"]
66
license = "MIT OR Apache-2.0"
77
description = "Implementation of the PMTiles v3 spec with multiple sync and async backends."
88
repository = "https://github.com/stadiamaps/pmtiles-rs"
99
keywords = ["pmtiles", "gis", "geo"]
1010
rust-version = "1.61.0"
11+
categories = ["science::geo"]
1112

1213
[features]
1314
default = []

0 commit comments

Comments
 (0)