From 2c29f911b43923c2b370c53f8b089053d144cbe8 Mon Sep 17 00:00:00 2001 From: iximeow Date: Thu, 13 Aug 2020 00:24:41 -0700 Subject: bump yaxpeax-x86 --- CHANGELOG | 7 +++++++ Cargo.lock | 6 +++--- Cargo.toml | 6 +++--- 3 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..9b64675 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,7 @@ +## 0.2.1 + +* bump yaxpeax-x86 to 0.1.0 + +## 0.2.0 + +CHANGELOG started diff --git a/Cargo.lock b/Cargo.lock index 9a8f3e0..1a1b9b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -291,7 +291,7 @@ dependencies = [ [[package]] name = "yaxpeax-dis" -version = "0.2.0" +version = "0.2.1" dependencies = [ "clap", "hex", @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 41141c5..ae251e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "yaxpeax-dis" -version = "0.2.0" +version = "0.2.1" authors = ["iximeow "] 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" } -- cgit v1.1