diff options
author | iximeow <me@iximeow.net> | 2020-01-18 13:52:10 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-01-18 13:52:10 -0800 |
commit | 11326cf2f6e57f900ba92a6fd5e79937aeb753da (patch) | |
tree | 0371e376057a1378d0d35c8005fe4d70ed7a1f25 | |
parent | 142c9da7cd3446211e1d00963260c06729a7637e (diff) |
bump crate version
-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.0.1" +version = "0.0.2" [dependencies] "num-traits" = { version = "0.2", default-features = false } |