From 05ba24da8638f6142c38cf620a8032e592343be6 Mon Sep 17 00:00:00 2001 From: iximeow Date: Fri, 7 May 2021 00:27:01 -0700 Subject: bump yaxpeax-arch to 0.0.5 to drop the termion dep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.1