aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2021-07-06 15:23:11 -0700
committeriximeow <me@iximeow.net>2021-07-06 15:24:13 -0700
commita3c2c7486ef6830751fd0a5e2a6cb91b432f28a5 (patch)
tree8985316fb7ba6b0fddde35cfe02205912da6cdf1 /Cargo.toml
parente21703dbd5498d9114ff2354ddd30b8a11cfe47d (diff)
fix doc items, add example for use of yaxpeax_x86 by yaxpeax_arch traits1.0.3
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f3150a8..86cbe2b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "yaxpeax-x86"
-version = "1.0.2"
+version = "1.0.3"
authors = [ "iximeow <me@iximeow.net>" ]
license = "0BSD"
repository = "http://git.iximeow.net/yaxpeax-x86/"
@@ -10,7 +10,7 @@ readme = "README.md"
edition = "2018"
[dependencies]
-yaxpeax-arch = { version = "0.2.0", default-features = false, features = [] }
+yaxpeax-arch = { version = "0.2.2", 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 }