diff options
author | iximeow <me@iximeow.net> | 2021-07-06 17:20:06 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-07-06 17:20:06 -0700 |
commit | 210e8d9c682524018b240565465a60f65c288e5d (patch) | |
tree | b65cba8fb40946692c1ffc69655f2370dae13119 /Cargo.toml | |
parent | add603955794786824e7a073e1953a624714be73 (diff) |
add changelog for 0.1.3, yaxpeax-arch updates and 0.2.0 bump0.2.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "yaxpeax-ia64" -version = "0.1.4" +version = "0.2.0" authors = ["iximeow <me@iximeow.net>"] edition = "2018" license = "0BSD" @@ -9,5 +9,5 @@ description = "ia64 decoder for the yaxpeax project" readme = "README.md" [dependencies] -yaxpeax-arch = { version = "0.0.5", default-features = false, features = [] } +yaxpeax-arch = { version = "0.2.2", default-features = false, features = [] } bitvec = "0.19" |