From c6e83fec1897b5ec5d9ecd7c735f0f01c23ec7b8 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 13 Apr 2025 22:11:30 -0700 Subject: hexagon (and 0.2.12) --- Cargo.lock | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 3650d8c..7f268f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -452,7 +452,7 @@ dependencies = [ [[package]] name = "yaxpeax-dis" -version = "0.2.11" +version = "0.2.12" dependencies = [ "clap", "hex", @@ -463,6 +463,7 @@ dependencies = [ "yaxpeax-arch 0.3.2", "yaxpeax-arm", "yaxpeax-avr", + "yaxpeax-hexagon", "yaxpeax-ia64", "yaxpeax-lc87", "yaxpeax-m16c", @@ -477,6 +478,16 @@ dependencies = [ ] [[package]] +name = "yaxpeax-hexagon" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7cb64b4237713368d4a774a3fdcd197b3e0815a30c9fcce6d894d6bd371feaeb" +dependencies = [ + "num-traits", + "yaxpeax-arch 0.3.2", +] + +[[package]] name = "yaxpeax-ia64" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -- cgit v1.1