summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-10-12 00:53:23 -0700
committeriximeow <me@iximeow.net>2020-10-12 00:53:23 -0700
commit30917045cff1bed6273cb40ad2d38271cbf64364 (patch)
tree91335f52601db75197b908d0fb8ddd9ede496a87 /Cargo.lock
parentc903c7ece85d22f3ee310ebaaa73241402e0be70 (diff)
fix negative ip-relative operands showing as `$+-const`
they are now `$-const`
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1c059fe..1bacaee 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -62,7 +62,7 @@ dependencies = [
[[package]]
name = "yaxpeax-ia64"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"bitvec",
"yaxpeax-arch",