aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-05-03 13:59:12 -0700
committeriximeow <me@iximeow.net>2020-05-03 13:59:12 -0700
commitb4259c5b68d6df452dead48f42d602e7d8de0dc3 (patch)
treea210581dc3247009861fc87e86b471108b2caca4 /Cargo.toml
parent5ef20478a4f23cb3a94efc4400d6de33b5824e12 (diff)
bump to version 0.0.4, bumping yaxpeax-arch to 0.0.40.0.4
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 5fb3959..426fdf9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,14 +1,14 @@
[package]
name = "yaxpeax-arm"
-version = "0.0.3"
+version = "0.0.4"
authors = [ "iximeow <me@iximeow.net>" ]
license = "0BSD"
repository = "http://git.iximeow.net/yaxpeax-arm/"
description = "arm decoders for the yaxpeax project"
[dependencies]
-yaxpeax-arch = { version = "0.0.3", default-features = false, features = [] }
+yaxpeax-arch = { version = "0.0.4", default-features = false, features = [] }
"serde" = { version = "1.0", optional = true }
"serde_derive" = { version = "1.0", optional = true }