diff options
author | iximeow <me@iximeow.net> | 2025-04-13 22:11:30 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2025-04-13 22:12:06 -0700 |
commit | c6e83fec1897b5ec5d9ecd7c735f0f01c23ec7b8 (patch) | |
tree | 0d1125446d6a0aa4e6ed089ece0a0a697343bc58 /Cargo.toml | |
parent | a56c1247d95ad1b76631c020b31ea3818d40f4e6 (diff) |
hexagon (and 0.2.12)HEAD0.2.12no-gods-no-
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" } |