diff options
author | iximeow <me@iximeow.net> | 2021-05-07 00:27:01 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-05-07 00:27:01 -0700 |
commit | 05ba24da8638f6142c38cf620a8032e592343be6 (patch) | |
tree | 27deb95c00a164c28835e3db762d303fe81a5d5c | |
parent | de023b78c710d381ee50a04bb7bf60515a1fded0 (diff) |
bump yaxpeax-arch to 0.0.5 to drop the termion dep0.1.4
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |