From bd0ecaafb838f02bb6064b6abb5dcb8910422d2b Mon Sep 17 00:00:00 2001 From: iximeow Date: Fri, 7 May 2021 00:24:17 -0700 Subject: bump yaxpeax-arch to 0.0.5, drop the termion dep --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0db9999..06b4aa0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,15 +1,14 @@ [package] name = "yaxpeax-mips" -version = "0.0.3" +version = "0.0.4" authors = [ "iximeow " ] license = "0BSD" repository = "http://git.iximeow.net/yaxpeax-mips/" description = "mips decoders for the yaxpeax project" [dependencies] -yaxpeax-arch = { version = "0.0.4", default-features = false, features = [] } -"termion" = "1.4.0" +yaxpeax-arch = { version = "0.0.5", default-features = false, features = [] } "serde" = { version = "1.0", optional = true } "serde_derive" = { version = "1.0", optional = true } "num_enum" = { version = "0.2", default-features = false } -- cgit v1.1