diff options
author | iximeow <me@iximeow.net> | 2021-07-21 20:25:21 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-07-21 20:25:38 -0700 |
commit | 0274e01d2cbf154b1732979bddd256f536054c0f (patch) | |
tree | 686d7c798408d5a6a825e3261e2ed4514eabb68e | |
parent | 56479819ec5d7a1c8ba912d81944580798489950 (diff) |
fix cratesio badge to yaxpeax-dis0.2.8
-rw-r--r-- | CHANGELOG | 4 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | README.md | 2 |
4 files changed, 7 insertions, 3 deletions
@@ -1,3 +1,7 @@ +## 0.2.8 + +* link to the right cratesio badge... + ## 0.2.7 * *MORE* readme and metadata updates @@ -486,7 +486,7 @@ dependencies = [ [[package]] name = "yaxpeax-dis" -version = "0.2.7" +version = "0.2.8" dependencies = [ "clap", "hex", @@ -1,6 +1,6 @@ [package] name = "yaxpeax-dis" -version = "0.2.7" +version = "0.2.8" authors = ["iximeow <me@iximeow.net>"] license = "0BSD" edition = "2018" @@ -1,6 +1,6 @@ ## yaxpeax-dis -[![crate](https://img.shields.io/crates/v/yaxpeax-x86.svg?logo=rust)](https://crates.io/crates/yaxpeax-x86) +[![crate](https://img.shields.io/crates/v/yaxpeax-dis.svg?logo=rust)](https://crates.io/crates/yaxpeax-dis) `yaxpeax-dis` is the repo providing `yaxdis`, a small and very naive disassembler to exercise decoders in the [yaxpeax project](https://git.iximeow.net/yaxpeax-arch/about/). it does not (currently?) do much other than disassembling hex input, and is mostly useful as an example of how to use decoders and spot-checking a specific instruction's decoding. |