From 07dcd3333032a1b0fdf225106d1c6a629c3a49eb Mon Sep 17 00:00:00 2001 From: iximeow Date: Tue, 6 Jul 2021 18:44:28 -0700 Subject: bump yaxpeax-arch to 0.2.3, fix API changes --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f28950f..2837a20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "yaxpeax-pic17" -version = "0.0.4" +version = "0.1.0" authors = [ "iximeow " ] license = "0BSD" repository = "http://git.iximeow.net/yaxpeax-pic17/" -description = "pic17 decoders for the yaxpeax project" +description = "pic17 decoder for the yaxpeax project" [dependencies] -yaxpeax-arch = { version = "0.0.5", default-features = false, features = [] } +yaxpeax-arch = { version = "0.2.3", default-features = false, features = [] } "serde" = { version = "1.0", optional = true } "serde_derive" = { version = "1.0", optional = true } -- cgit v1.1