aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2021-08-22 15:04:33 -0700
committeriximeow <me@iximeow.net>2021-08-22 15:04:33 -0700
commitd4620aedb1e085462f82d2a643a20c7de743ea2b (patch)
tree52a7200f6f6c797d9fa2f2eeba2ebf37b4c7eb27 /Cargo.toml
parent188cf391845a7d86466cd2ad35459b6bf825bb1e (diff)
bump to yaxpeax-arch 0.2.7 and proper field description support1.1.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 38c92b1..cdd6a77 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ readme = "README.md"
edition = "2018"
[dependencies]
-yaxpeax-arch = { version = "0.2.2", default-features = false, features = [] }
+yaxpeax-arch = { version = "0.2.7", default-features = false, features = [] }
"num-traits" = { version = "0.2", default-features = false }
"serde" = { version = "1.0", optional = true }
"serde_json" = { version = "1.0", optional = true }