Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
codeart1st committed Feb 21, 2025
2 parents fc9c582 + c4dfe27 commit d4518b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mvt-reader"
version = "1.6.0-alpha.2"
version = "1.6.0"
description = "A library for decoding and reading mapbox vector tiles in Rust and WebAssembly"
authors = ["Paul Lange <[email protected]>"]
repository = "https://github.com/codeart1st/mvt-reader"
Expand Down Expand Up @@ -31,4 +31,3 @@ prost = { version = "0.13.5" } # for testing we need default-features to be enab

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

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ To use the `mvt-reader` library in your Rust project, add the following to your

```toml
[dependencies]
mvt-reader = "1.6.0-alpha.2"
mvt-reader = "1.6.0"
```

Then, you can import and use the library in your code:
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//!
//! ```toml
//! [dependencies]
//! mvt-reader = "1.6.0-alpha.2"
//! mvt-reader = "1.6.0"
//! ```
//!
//! Then, you can import and use the library in your code:
Expand Down Expand Up @@ -50,7 +50,7 @@
//!
//! ```toml
//! [dependencies.mvt-reader]
//! version = "1.6.0-alpha.2"
//! version = "1.6.0"
//! features = ["wasm"]
//! ```
//!
Expand Down

0 comments on commit d4518b9

Please sign in to comment.