summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2021-05-07 00:27:01 -0700
committeriximeow <me@iximeow.net>2021-05-07 00:27:01 -0700
commit05ba24da8638f6142c38cf620a8032e592343be6 (patch)
tree27deb95c00a164c28835e3db762d303fe81a5d5c
parentde023b78c710d381ee50a04bb7bf60515a1fded0 (diff)
bump yaxpeax-arch to 0.0.5 to drop the termion dep0.1.4
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1f34a70..041ef58 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"