diff options
author | iximeow <me@iximeow.net> | 2021-07-04 16:29:33 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-07-04 16:29:33 -0700 |
commit | e6ee65efa4e98ff5c1541d4277b76edaf1d33e51 (patch) | |
tree | 48b3862c3127ece5faba4e14a4cf881b8f202ebd /Cargo.toml | |
parent | 0a746eb214f219989e6a0f189a35e7bec1242fbe (diff) |
update yaxpeax-arch to 0.2.0 and update DecodeError impls
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ [package] name = "yaxpeax-x86" -version = "0.3.0" +version = "1.0.0" authors = [ "iximeow <me@iximeow.net>" ] license = "0BSD" repository = "http://git.iximeow.net/yaxpeax-x86/" @@ -10,7 +10,7 @@ readme = "README.md" edition = "2018" [dependencies] -yaxpeax-arch = { version = "0.1.0", default-features = false, features = [] } +yaxpeax-arch = { version = "0.2.0", default-features = false, features = [] } "num-traits" = { version = "0.2", default-features = false } "serde" = { version = "1.0", optional = true } "serde_json" = { version = "1.0", optional = true } |