diff options
author | iximeow <me@iximeow.net> | 2021-07-06 17:50:56 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-07-06 17:52:31 -0700 |
commit | bc3bf7337fc643b55bf7e599c1a488b999b1e73c (patch) | |
tree | 1f609f284518c4d468855995804967005446d5fd /Cargo.toml | |
parent | bd0ecaafb838f02bb6064b6abb5dcb8910422d2b (diff) |
update yaxpeax-arch to 0.1.0, update implsHEAD0.1.0no-gods-no-
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-mips" -version = "0.0.4" +version = "0.1.0" authors = [ "iximeow <me@iximeow.net>" ] license = "0BSD" repository = "http://git.iximeow.net/yaxpeax-mips/" description = "mips decoders for the yaxpeax project" [dependencies] -yaxpeax-arch = { version = "0.0.5", default-features = false, features = [] } +yaxpeax-arch = { version = "0.2.2", default-features = false, features = [] } "serde" = { version = "1.0", optional = true } "serde_derive" = { version = "1.0", optional = true } "num_enum" = { version = "0.2", default-features = false } |