diff options
author | iximeow <me@iximeow.net> | 2021-05-07 00:27:01 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-05-07 00:27:35 -0700 |
commit | 900322d04153db7b3dee51bc64eb375984fbc440 (patch) | |
tree | 86955f4c0ec2f11551c850438eb5452c255cd97d | |
parent | de023b78c710d381ee50a04bb7bf60515a1fded0 (diff) |
bump yaxpeax-arch to 0.0.5 to drop the termion dep
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "yaxpeax-ia64" -version = "0.1.3" +version = "0.1.4" 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.4", default-features = false, features = [] } +yaxpeax-arch = { version = "0.0.5", default-features = false, features = [] } bitvec = "0.19" |