diff options
author | iximeow <me@iximeow.net> | 2021-05-07 00:28:58 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-05-07 00:28:58 -0700 |
commit | c75153a5efffcd2ac5f37864182e5108ea5f70ce (patch) | |
tree | d87a9c6a4d01afe2e96da34350545c3a4f5c14b9 /Cargo.toml | |
parent | f2c6e3c008ebdca831d78cbec7972974a6e6fd2a (diff) |
bump yaxpeax-arch to 0.0.5 to drop the termion dep0.0.7
fix interface changes around YaxColors as well
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ [package] name = "yaxpeax-arm" -version = "0.0.6" +version = "0.0.7" authors = [ "iximeow <me@iximeow.net>" ] license = "0BSD" repository = "http://git.iximeow.net/yaxpeax-arm/" @@ -9,7 +9,7 @@ description = "arm decoders for the yaxpeax project" keywords = ["disassembler", "decoder", "armv7", "armv8"] [dependencies] -yaxpeax-arch = { version = "0.0.4", default-features = false, features = [] } +yaxpeax-arch = { version = "0.0.5", default-features = false, features = [] } bitvec = "0.19" "serde" = { version = "1.0", optional = true } "serde_derive" = { version = "1.0", optional = true } |