aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-01-20 12:33:33 -0800
committeriximeow <me@iximeow.net>2020-01-20 12:33:33 -0800
commit06f7108b1ed9de9dd21c2bc815a9d672a2112bc2 (patch)
tree4cb68d1eb06fdcd5658092e86ae5e1310eb35549
parentd59064d0471d4aa41dc5a96d9d46eeeeb2fea949 (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 79e20ec..442a9fa 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.2"
+version = "0.0.3"
[dependencies]
"num-traits" = { version = "0.2", default-features = false }