mirror of
https://github.com/Decompollaborate/rabbitizer.git
synced 2024-12-28 06:19:43 +00:00
version bump
This commit is contained in:
parent
35319feab0
commit
a4029b7006
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.8.0] - 2023-11-12
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Add `flag_r5900DisasmAsData` member to the `Instruction` class.
|
- Add `flag_r5900DisasmAsData` member to the `Instruction` class.
|
||||||
|
11
README.md
11
README.md
@ -73,11 +73,16 @@ See this package at <https://pypi.org/project/rabbitizer/>.
|
|||||||
|
|
||||||
### Rust bindings
|
### 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
|
```toml
|
||||||
[build]
|
rabbitizer = "1.8.0"
|
||||||
rabbitizer = "1.5.8"
|
|
||||||
```
|
```
|
||||||
|
|
||||||
See this crate at <https://crates.io/crates/rabbitizer>.
|
See this crate at <https://crates.io/crates/rabbitizer>.
|
||||||
|
Loading…
Reference in New Issue
Block a user