version bump

This commit is contained in:
angie 2022-12-20 13:03:11 -03:00
parent 1d59c857df
commit b4a8771df1
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
[package]
name = "rabbitizer"
# Version should be synced with include/common/RabbitizerVersion.h
version = "1.5.7"
version = "1.5.8"
edition = "2021"
authors = ["Anghelo Carvajal <angheloalf95@gmail.com>"]
description = "MIPS instruction decoder"

View File

@ -37,7 +37,7 @@ Add this crate to your `Cargo.toml` via:
```toml
[build]
rabbitizer = "1.5.5"
rabbitizer = "1.5.8"
```
See this crate at <https://crates.io/crates/rabbitizer>.

View File

@ -14,7 +14,7 @@ extern "C" {
// Header version
#define RAB_VERSION_MAJOR 1
#define RAB_VERSION_MINOR 5
#define RAB_VERSION_PATCH 7
#define RAB_VERSION_PATCH 8
#define RAB_VERSION_STR RAB_STRINGIFY(RAB_VERSION_MAJOR) "." RAB_STRINGIFY(RAB_VERSION_MINOR) "." RAB_STRINGIFY(RAB_VERSION_PATCH)

View File

@ -4,7 +4,7 @@
[project]
name = "rabbitizer"
# Version should be synced with include/common/RabbitizerVersion.h
version = "1.5.7"
version = "1.5.8"
description = "MIPS instruction decoder"
# license = "MIT"
readme = "README.md"