Skip to content

Commit

Permalink
chore(release): 1.6.0-alpha.2 [skip ci]
Browse files Browse the repository at this point in the history
# [1.6.0-alpha.2](v1.6.0-alpha.1...v1.6.0-alpha.2) (2025-02-21)

### Features

* **rust:** update to edition 2024 ([b07121c](b07121c))
  • Loading branch information
semantic-release-bot committed Feb 21, 2025
1 parent b07121c commit fc9c582
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.1"
version = "1.6.0-alpha.2"
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
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.1"
mvt-reader = "1.6.0-alpha.2"
```

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.1"
//! mvt-reader = "1.6.0-alpha.2"
//! ```
//!
//! 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.1"
//! version = "1.6.0-alpha.2"
//! features = ["wasm"]
//! ```
//!
Expand Down

0 comments on commit fc9c582

Please sign in to comment.