Skip to content

Commit

Permalink
chore(release): 1.3.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0-alpha.1](v1.2.0...v1.3.0-alpha.1) (2024-06-04)

### Features

* update rust lang to 1.74.0 ([7dcb9e8](7dcb9e8))
  • Loading branch information
semantic-release-bot committed Jun 4, 2024
1 parent dba03d5 commit ba978ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.2.0"
version = "1.3.0-alpha.1"
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.2.0"
mvt-reader = "1.3.0-alpha.1"
```

Then, you can import and use the library in your code:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//!
//! ```toml
//! [dependencies]
//! mvt-reader = "1.2.0"
//! mvt-reader = "1.3.0-alpha.1"
//! ```
//!
//! Then, you can import and use the library in your code:
Expand Down

0 comments on commit ba978ad

Please sign in to comment.