diff options
author | iximeow <me@iximeow.net> | 2021-07-03 22:12:57 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-07-03 22:12:57 -0700 |
commit | e3203b6ba52cdc620526407c02eb834496ec75cc (patch) | |
tree | 04e1c2983704f089f7e081194c956d173541fd49 /Cargo.toml | |
parent | 0cb220f953c5cd8f0ecfc1ac3480d35ed7481c96 (diff) |
bump yaxpeax-arch to 0.1.0 and add badges
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.5", default-features = false, features = [] } +yaxpeax-arch = { version = "0.1.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 } |