Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.2 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-alpha.2](v1.0.0-alpha.1...v1.0.0-alpha.2) (2023-05-27)

### Bug Fixes

* remove WithGeometry trait ([b8f38c0](b8f38c0))
  • Loading branch information
semantic-release-bot committed May 27, 2023
1 parent b8f38c0 commit d8e45e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mvt-reader"
version = "0.1.0"
version = "1.0.0-alpha.2"
description = "A library for decoding and reading mapbox vector tiles in Rust"
authors = ["Paul Lange <[email protected]>"]
repository = "https://github.com/codeart1st/mvt-reader"
Expand All @@ -26,4 +26,4 @@ serde_json = "1.0.94"
prost = { version = "0.11.8" } # for testing we need default-features to be enabled

[build-dependencies]
prost-build = "0.11.8"
prost-build = "0.11.8"

0 comments on commit d8e45e8

Please sign in to comment.