diff options
author | iximeow <me@iximeow.net> | 2021-07-06 18:02:30 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-07-06 18:02:30 -0700 |
commit | f393fae8906a0bc9431743db09bf6268b8f3810c (patch) | |
tree | 318745301466109df8e0c0a1b162b18b2b73f112 /Cargo.toml | |
parent | ca5e4d5d2bdecaebc7da7657cbda2f70a57fdad0 (diff) |
add Reader impls for U8Reader on u16 addresses0.2.3
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.2" +version = "0.2.3" [dependencies] "num-traits" = { version = "0.2", default-features = false } |