summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2021-05-07 00:25:15 -0700
committeriximeow <me@iximeow.net>2021-05-07 00:25:15 -0700
commit5ff3f2ea5e3960b41c1b7647db738d9d905b58ec (patch)
tree35faaf8f72566bdb858dd2560c21293534f0d4bd
parent9b7b1ed686377575169e26e0127f02722a16b0dd (diff)
bump yaxpeax-arch to 0.0.5 to drop the termion dep0.0.4
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0b07a55..708dad6 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.3"
+version = "0.0.4"
[dependencies]
-yaxpeax-arch = { version = "0.0.4", default-features = false, features = [] }
+yaxpeax-arch = { version = "0.0.5", 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 }