summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-02-05 23:29:11 -0800
committeriximeow <me@iximeow.net>2020-02-05 23:29:11 -0800
commitd94212e72297b7b839ca849efee636c0addd43bd (patch)
treea6a1624af93fa96fef22501319dab1e13d049613
parentcf3496a61275af18ebb23558eba984a5ec257c57 (diff)
bump yaxpeax-arch version0.0.2
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2e6e1f5..1ae5b58 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,10 +5,10 @@ edition = "2018"
license = "0BSD"
name = "yaxpeax-m16c"
repository = "http://git.iximeow.net/yaxpeax-m16c/"
-version = "0.0.1"
+version = "0.0.2"
[dependencies]
-yaxpeax-arch = { version = "0.0.2", default-features = false, features = [] }
+yaxpeax-arch = { version = "0.0.3", 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 }