From a4029b7006dcbc9ca43d90b966029d20fe686802 Mon Sep 17 00:00:00 2001 From: Angie Date: Sun, 12 Nov 2023 12:26:37 -0300 Subject: [PATCH] version bump --- CHANGELOG.md | 2 ++ README.md | 11 ++++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba2c0a8..d68b105 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.8.0] - 2023-11-12 + ### Added - Add `flag_r5900DisasmAsData` member to the `Instruction` class. diff --git a/README.md b/README.md index fad214e..bf33e54 100644 --- a/README.md +++ b/README.md @@ -73,11 +73,16 @@ See this package at . ### Rust bindings -Add this crate to your `Cargo.toml` via: +Add this crate to your project with Cargo: + +```bash +cargo add rabbitizer +``` + +Or you can add it manually to your `Cargo.toml`: ```toml -[build] -rabbitizer = "1.5.8" +rabbitizer = "1.8.0" ``` See this crate at .