aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-02-06 00:09:27 -0800
committeriximeow <me@iximeow.net>2020-02-06 00:09:27 -0800
commit076d2fa68216533b54a3c514433226b6ac77b50d (patch)
tree729062b52bb8a16304dabc85a3079dd10978b23c
parent114d3fe61442f6e3cf863d259e3d8bf297df3b6f (diff)
bump yaxpeax-arch version0.0.4
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cd4b440..48ad782 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,14 +1,14 @@
[package]
name = "yaxpeax-x86"
-version = "0.0.3"
+version = "0.0.4"
authors = [ "iximeow <me@iximeow.net>" ]
license = "0BSD"
repository = "http://git.iximeow.net/yaxpeax-x86/"
description = "x86 decoders for the yaxpeax project"
[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 }
"termion" = { version = "1.4.0", optional = true }
"serde" = { version = "1.0", optional = true }