diff options
author | iximeow <me@iximeow.net> | 2020-05-03 14:01:32 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-05-03 14:01:32 -0700 |
commit | f9997b4acafada6d19090f319a176f4a9d022f83 (patch) | |
tree | a17d5b5842ad2d93e9d35e21e1167d3ae64cedfe /Cargo.toml | |
parent | a5b6a2bb16e47686b260f6c91f0eed06538e586b (diff) |
version bump, bumping yaxpeax-arch to 0.0.40.0.3
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.2" +version = "0.0.3" 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.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 } |