diff options
author | iximeow <me@iximeow.net> | 2020-01-18 13:56:50 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-01-18 13:56:50 -0800 |
commit | 114d3fe61442f6e3cf863d259e3d8bf297df3b6f (patch) | |
tree | 6fc8269da804fc387a10e56fc86b5cb8718bd6de /Cargo.toml | |
parent | 202cb94a01276cf0cb962409827171bfbbe3c3d7 (diff) |
bump yaxpeax-arch
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,14 +1,14 @@ [package] name = "yaxpeax-x86" -version = "0.0.2" +version = "0.0.3" authors = [ "iximeow <me@iximeow.net>" ] license = "0BSD" repository = "http://git.iximeow.net/yaxpeax-x86/" description = "x86 decoders for the yaxpeax project" [dependencies] -yaxpeax-arch = { version = "0.0.1", default-features = false, features = [] } +yaxpeax-arch = { version = "0.0.2", default-features = false, features = [] } "num-traits" = { version = "0.2", default-features = false } "termion" = { version = "1.4.0", optional = true } "serde" = { version = "1.0", optional = true } |