diff options
author | iximeow <me@iximeow.net> | 2020-05-03 14:00:41 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-05-03 14:00:41 -0700 |
commit | 9b7b1ed686377575169e26e0127f02722a16b0dd (patch) | |
tree | 8fb6591c605a9cdab450c08c14e1322b24ea0fc5 /Cargo.toml | |
parent | d94212e72297b7b839ca849efee636c0addd43bd (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
@@ -5,10 +5,10 @@ edition = "2018" license = "0BSD" name = "yaxpeax-m16c" repository = "http://git.iximeow.net/yaxpeax-m16c/" -version = "0.0.2" +version = "0.0.3" [dependencies] -yaxpeax-arch = { version = "0.0.3", default-features = false, features = [] } +yaxpeax-arch = { version = "0.0.4", default-features = false, features = [] } "num-traits" = { version = "0.2", default-features = false } "serde" = { version = "1.0", optional = true } "serde_json" = { version = "1.0", optional = true } |