diff options
author | iximeow <me@iximeow.net> | 2020-08-13 00:24:41 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-08-13 00:24:41 -0700 |
commit | 4323ccb73a1afa47c11fd9774ead1d323064d06e (patch) | |
tree | 977d41568392f10b47594fffe8f1f6e3fd8ec61a | |
parent | f580323b70425f4c41bb5459a10a28f720b409a0 (diff) |
bump yaxpeax-x860.2.1
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 6 |
2 files changed, 5 insertions, 5 deletions
@@ -361,9 +361,9 @@ dependencies = [ [[package]] name = "yaxpeax-x86" -version = "0.0.11" +version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b95531fa2a2fa283d3c2fb3476f43e16e6c83e459d6a87d39dded8b656253207" +checksum = "dd9da115d2a5dcf23e1c5bfc80456a3ae0fad0fd011926dcaf6166eea97caaa4" dependencies = [ "num-traits", "serde", @@ -1,11 +1,11 @@ [package] name = "yaxpeax-dis" -version = "0.2.0" +version = "0.2.1" authors = ["iximeow <me@iximeow.net>"] license = "0BSD" edition = "2018" keywords = ["disassembly", "disassembler"] -respository = "https://git.iximeow.net/yaxpeax-dis/" +repository = "https://git.iximeow.net/yaxpeax-dis/" description = "disassembly tool using yaxpeax instruction decoders" readme = "README.md" @@ -28,4 +28,4 @@ yaxpeax-mips = { version = "0.0.3" } yaxpeax-msp430 = { version = "0.0.5" } yaxpeax-pic17 = { version = "0.0.3" } yaxpeax-pic18 = { version = "0.0.3" } -yaxpeax-x86 = { version = "0.0.11" } +yaxpeax-x86 = { version = "0.1.0" } |