summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-05-03 14:04:43 -0700
committeriximeow <me@iximeow.net>2020-05-03 14:04:43 -0700
commit15fd1cc36a78f0b770668dc10700987254a5e500 (patch)
tree6adaa9e6c28b80a851623ddb6fe61ebf3c6cb25b /Cargo.toml
parent255016c6b36eae40b92e5abd717f87e6a97ff46b (diff)
version bump, bumping yaxpeax-arch to 0.0.40.0.5
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 d48ac94..daf3a9f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,14 +1,14 @@
[package]
name = "yaxpeax-msp430"
-version = "0.0.4"
+version = "0.0.5"
authors = [ "iximeow <me@iximeow.net>" ]
license = "0BSD"
repository = "http://git.iximeow.net/yaxpeax-msp430/"
description = "msp430 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 = [] }
"termion" = "1.4.0"
"serde" = { version = "1.0", optional = true }
"serde_derive" = { version = "1.0", optional = true }