diff options
author | iximeow <me@iximeow.net> | 2021-05-07 00:15:35 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-05-07 00:16:29 -0700 |
commit | 5a1b45e729ecebba3eac45e45bf3c4d9077dfc33 (patch) | |
tree | 295499c7d9e20ee025793269d5e6a844d841e791 /Cargo.toml | |
parent | 2b33746fd0f947b0343981941cc49f59e88daa4b (diff) |
update yaxpeax-arch to 0.0.5 and fix some warnings0.0.4
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,14 +1,14 @@ [package] name = "yaxpeax-pic18" -version = "0.0.3" +version = "0.0.4" authors = [ "iximeow <me@iximeow.net>" ] license = "0BSD" repository = "http://git.iximeow.net/yaxpeax-pic18/" description = "pic18 decoders for the yaxpeax project" [dependencies] -yaxpeax-arch = { version = "0.0.4", default-features = false, features = [] } +yaxpeax-arch = { version = "0.0.5", default-features = false, features = [] } "serde" = { version = "1.0", optional = true } "serde_derive" = { version = "1.0", optional = true } |