From 07f507e52d39779554f4d7c5827141c28d3d95c1 Mon Sep 17 00:00:00 2001 From: iximeow Date: Thu, 6 May 2021 22:14:02 -0700 Subject: remove unneeded termion dep color schemes are defined by the provided YaxColors, not hardcoded by the crate update to yaxpeax-arch 0.0.5, which itself swaps termion for crossterm --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 735fb74..f28950f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,15 +1,14 @@ [package] name = "yaxpeax-pic17" -version = "0.0.3" +version = "0.0.4" authors = [ "iximeow " ] license = "0BSD" repository = "http://git.iximeow.net/yaxpeax-pic17/" description = "pic17 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 } -- cgit v1.1