diff options
author | iximeow <me@iximeow.net> | 2021-07-06 11:56:17 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-07-06 15:18:06 -0700 |
commit | ca5e4d5d2bdecaebc7da7657cbda2f70a57fdad0 (patch) | |
tree | 10d34571ec1416c7b951ae44cff40ce3084a54d2 /Cargo.toml | |
parent | 4755f79f91fa4ee27e2626c1202e0ff8fc66f323 (diff) |
add ReaderBuilder to generically construct arch-required Readers0.2.2
also revise an `unsafe` that might be unsafe un extremely unlikely
circumstances - no one should be passing yaxpeax a `&[u8]` larger than
`isize::MAX`, but on 32-bit architectures we can't necessarily guarantee
that it won't happen
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.1" +version = "0.2.2" [dependencies] "num-traits" = { version = "0.2", default-features = false } |