From c75153a5efffcd2ac5f37864182e5108ea5f70ce Mon Sep 17 00:00:00 2001 From: iximeow Date: Fri, 7 May 2021 00:28:58 -0700 Subject: bump yaxpeax-arch to 0.0.5 to drop the termion dep fix interface changes around YaxColors as well --- src/armv8/a64.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/armv8/a64.rs') diff --git a/src/armv8/a64.rs b/src/armv8/a64.rs index 65d513a..11b6499 100644 --- a/src/armv8/a64.rs +++ b/src/armv8/a64.rs @@ -156,7 +156,7 @@ impl yaxpeax_arch::Instruction for Instruction { pub struct NoContext; -impl > ShowContextual for Instruction { +impl ShowContextual for Instruction { fn contextualize(&self, _colors: &Y, _address: u64, _context: Option<&NoContext>, out: &mut T) -> fmt::Result { write!(out, "{}", self) } -- cgit v1.1