diff options
author | iximeow <me@iximeow.net> | 2021-08-06 00:23:46 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-08-13 22:14:08 -0700 |
commit | b85a987a56602c7733e3f8a86990a33644a97bf5 (patch) | |
tree | d42f582f84095341de1b1917ec8e1e1b463a49fa /Cargo.toml | |
parent | 6390ab5811143671058407681aa58e18a6042836 (diff) |
add `AnnotatingDecoder`, supporting definitions, and a doc about it
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ keywords = ["disassembly", "disassembler"] license = "0BSD" name = "yaxpeax-arch" repository = "https://git.iximeow.net/yaxpeax-arch/" -version = "0.2.5" +version = "0.2.6" [dependencies] "num-traits" = { version = "0.2", default-features = false } |