aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2025-04-13 22:11:30 -0700
committeriximeow <me@iximeow.net>2025-04-13 22:12:06 -0700
commitc6e83fec1897b5ec5d9ecd7c735f0f01c23ec7b8 (patch)
tree0d1125446d6a0aa4e6ed089ece0a0a697343bc58 /Cargo.toml
parenta56c1247d95ad1b76631c020b31ea3818d40f4e6 (diff)
hexagon (and 0.2.12)HEAD0.2.12no-gods-no-
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 42372f4..9ea0fa1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "yaxpeax-dis"
-version = "0.2.11"
+version = "0.2.12"
authors = ["iximeow <me@iximeow.net>"]
license = "0BSD"
edition = "2018"
@@ -37,3 +37,4 @@ yaxpeax-x86 = { version = "2.0.0", default-features = false, features = ["fmt",
yaxpeax-ia64 = { version = "0.2.1" }
yaxpeax-superh = { version = "1.0.0" }
yaxpeax-6502 = { version = "0.0.2", features = ["std"] }
+yaxpeax-hexagon = { version = "0.1.0" }