summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLofty <dan.ravensloft@gmail.com>2025-09-01 18:27:41 +0100
committeriximeow <me@iximeow.net>2025-09-29 00:26:36 +0000
commitd438febb1d8c0a9b2a44c305009d396e17637092 (patch)
tree90de1c391b99a9814906e2a21e9703bc4ee39d05
parent32390bd25f78d06761d2426524978cf13c7b0b68 (diff)
bump yaxpeax-arch version
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b1e7315..5fc99a1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ description = "ia64 decoder for the yaxpeax project"
readme = "README.md"
[dependencies]
-yaxpeax-arch = { version = "0.2.2", default-features = false, features = [] }
+yaxpeax-arch = { version = "0.3.2", default-features = false, features = [] }
bitvec = "0.19"
[features]