aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-01-18 13:52:10 -0800
committeriximeow <me@iximeow.net>2020-01-18 13:52:10 -0800
commit11326cf2f6e57f900ba92a6fd5e79937aeb753da (patch)
tree0371e376057a1378d0d35c8005fe4d70ed7a1f25
parent142c9da7cd3446211e1d00963260c06729a7637e (diff)
bump crate version
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f2430f6..79e20ec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ keywords = ["disassembly", "disassembler"]
license = "0BSD"
name = "yaxpeax-arch"
repository = "https://git.iximeow.net/yaxpeax-arch/"
-version = "0.0.1"
+version = "0.0.2"
[dependencies]
"num-traits" = { version = "0.2", default-features = false }