From f92ec9a4bf680ff008f431edb5d776eca8d2198a Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 6 Dec 2020 16:26:57 -0800 Subject: bump version to 0.0.5 update documentation some add some keywords to the crate. this is a first for yaxpeax --- Cargo.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 851f884..c3dd94c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,12 @@ [package] name = "yaxpeax-arm" -version = "0.0.4" +version = "0.0.5" authors = [ "iximeow " ] license = "0BSD" repository = "http://git.iximeow.net/yaxpeax-arm/" description = "arm decoders for the yaxpeax project" +keywords = ["disassembler", "decoder", "armv7", "armv8"] [dependencies] yaxpeax-arch = { version = "0.0.4", default-features = false, features = [] } @@ -17,10 +18,6 @@ bitvec = "0.19" name = "test" path = "test/test.rs" -[[bench]] -name = "bench" -path = "test/test.rs" - [features] default = ["use-serde"] -- cgit v1.1