diff options
author | iximeow <me@iximeow.net> | 2021-07-06 21:42:09 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-07-06 21:45:56 -0700 |
commit | 12bba22a456ed452efda8c951f61bdff1a516252 (patch) | |
tree | 410b22cf7a1253c83506651831dd7a9d91a8f96b /Cargo.toml | |
parent | f393fae8906a0bc9431743db09bf6268b8f3810c (diff) |
fix incorrect `offset` and `total_offset` counts for non-`u8` Word0.2.4
also update yaxpeax-arch to 0.2.4
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.3" +version = "0.2.4" [dependencies] "num-traits" = { version = "0.2", default-features = false } |