diff options
author | iximeow <me@iximeow.net> | 2021-05-07 00:23:01 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-05-07 00:23:39 -0700 |
commit | 0eed3ca0c9413071a15bd5171a3522a413aae383 (patch) | |
tree | 8442644252bd03848f8b6159a383195980ad91a1 /src/lib.rs | |
parent | 15fd1cc36a78f0b770668dc10700987254a5e500 (diff) |
remove unneeded termion dep0.0.6
color information comes from yaxpeax-arch these days -- update
yaxpeax-arch to 0.0.5 to swap its termion dep for crossterm while we're
at it
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -6,7 +6,6 @@ extern crate serde; //use serde::{Serialize, Deserialize}; extern crate yaxpeax_arch; -extern crate termion; use yaxpeax_arch::{Arch, AddressDiff, Decoder, LengthedInstruction}; |