diff options
author | iximeow <me@iximeow.net> | 2021-07-06 17:41:09 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-07-06 17:41:09 -0700 |
commit | 3be0078cb83af49e4755d53621746ef318ab963e (patch) | |
tree | 1525733d46771623689780708e8f836db2b46420 /Cargo.toml | |
parent | 5ff3f2ea5e3960b41c1b7647db738d9d905b58ec (diff) |
update yaxpeax-arch to 0.2.2, corresponding API updates. tag 0.1.0HEAD0.1.0no-gods-no-
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.4" +version = "0.1.0" [dependencies] -yaxpeax-arch = { version = "0.0.5", default-features = false, features = [] } +yaxpeax-arch = { version = "0.2.2", 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 } |