diff options
author | iximeow <me@iximeow.net> | 2021-07-06 19:02:38 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-07-06 19:02:38 -0700 |
commit | 85eda917c444d56424622e2814ae096ce32431e1 (patch) | |
tree | 6478791dba1befe5f4554844af3150e7d79badbe /Cargo.toml | |
parent | 5a1b45e729ecebba3eac45e45bf3c4d9077dfc33 (diff) |
bump to yaxpeax-arch 0.2.3, fix API changes
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,14 +1,14 @@ [package] name = "yaxpeax-pic18" -version = "0.0.4" +version = "0.1.0" authors = [ "iximeow <me@iximeow.net>" ] license = "0BSD" repository = "http://git.iximeow.net/yaxpeax-pic18/" -description = "pic18 decoders for the yaxpeax project" +description = "pic18 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 } |