From f7449a21140c109567fa6c756dab2b1b0711a414 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 3 May 2020 12:29:24 -0700 Subject: add AddressDiff, CHANGELOG, and bump to 0.0.4 --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 442a9fa..f72f8ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,12 +7,13 @@ keywords = ["disassembly", "disassembler"] license = "0BSD" name = "yaxpeax-arch" repository = "https://git.iximeow.net/yaxpeax-arch/" -version = "0.0.3" +version = "0.0.4" [dependencies] "num-traits" = { version = "0.2", default-features = false } "termion" = { version = "1.4.0", optional = true } "serde" = { version = "1.0", optional = true } +"serde_derive" = { version = "1.0", optional = true } [profile.release] lto = true @@ -22,7 +23,7 @@ default = ["use-serde", "colors", "address-parse"] # enables the (optional) use of Serde for bounds on # Arch and Arch::Address -use-serde = ["serde"] +use-serde = ["serde", "serde_derive"] colors = ["termion"] -- cgit v1.1