From 900322d04153db7b3dee51bc64eb375984fbc440 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1f34a70..af02c99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yaxpeax-ia64" -version = "0.1.3" +version = "0.1.4" authors = ["iximeow "] 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" -- cgit v1.1