Skip to content

Commit c4dfe27

Browse files
chore(release): 1.6.0 [skip ci]
# [1.6.0](v1.5.0...v1.6.0) (2024-12-14) ### Features * replace std::error with core::error ([fcff124](fcff124)) * upgrade to rust version 1.81.0 ([221ad83](221ad83))
1 parent 12aa11d commit c4dfe27

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mvt-reader"
3-
version = "1.5.0"
3+
version = "1.6.0"
44
description = "A library for decoding and reading mapbox vector tiles in Rust and WebAssembly"
55
authors = ["Paul Lange <paul.lange@data-experts.de>"]
66
repository = "https://github.com/codeart1st/mvt-reader"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To use the `mvt-reader` library in your Rust project, add the following to your
4141

4242
```toml
4343
[dependencies]
44-
mvt-reader = "1.5.0"
44+
mvt-reader = "1.6.0"
4545
```
4646

4747
Then, you can import and use the library in your code:

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//!
1111
//! ```toml
1212
//! [dependencies]
13-
//! mvt-reader = "1.5.0"
13+
//! mvt-reader = "1.6.0"
1414
//! ```
1515
//!
1616
//! Then, you can import and use the library in your code:
@@ -50,7 +50,7 @@
5050
//!
5151
//! ```toml
5252
//! [dependencies.mvt-reader]
53-
//! version = "1.5.0"
53+
//! version = "1.6.0"
5454
//! features = ["wasm"]
5555
//! ```
5656
//!

0 commit comments

Comments
 (0)