From 12bba22a456ed452efda8c951f61bdff1a516252 Mon Sep 17 00:00:00 2001 From: iximeow Date: Tue, 6 Jul 2021 21:42:09 -0700 Subject: fix incorrect `offset` and `total_offset` counts for non-`u8` Word also update yaxpeax-arch to 0.2.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2325591..351f07b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["disassembly", "disassembler"] license = "0BSD" name = "yaxpeax-arch" repository = "https://git.iximeow.net/yaxpeax-arch/" -version = "0.2.3" +version = "0.2.4" [dependencies] "num-traits" = { version = "0.2", default-features = false } -- cgit v1.1