From 15fd1cc36a78f0b770668dc10700987254a5e500 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 3 May 2020 14:04:43 -0700 Subject: version bump, bumping yaxpeax-arch to 0.0.4 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') 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 " ] 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 } -- cgit v1.1