diff options
author | iximeow <me@iximeow.net> | 2021-05-07 00:12:19 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-05-07 00:12:19 -0700 |
commit | 2ad06203b892a1b6bc3ea9769066d1a959aef690 (patch) | |
tree | b4eaf4f16e38c7fe519c6d53bef656aa147a3478 /Cargo.toml | |
parent | 9efb3703630662bb0fee9f5224ac4c91c32741d1 (diff) |
update yaxpeax-arch to 0.0.5, fix interface breakages
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ description = "x86 decoders for the yaxpeax project" readme = "README.md" [dependencies] -yaxpeax-arch = { version = "0.0.4", default-features = false, features = [] } +yaxpeax-arch = { version = "0.0.5", 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 } |