diff options
author | iximeow <me@iximeow.net> | 2021-08-22 15:04:33 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-08-22 15:04:33 -0700 |
commit | d4620aedb1e085462f82d2a643a20c7de743ea2b (patch) | |
tree | 52a7200f6f6c797d9fa2f2eeba2ebf37b4c7eb27 /Cargo.toml | |
parent | 188cf391845a7d86466cd2ad35459b6bf825bb1e (diff) |
bump to yaxpeax-arch 0.2.7 and proper field description support1.1.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ readme = "README.md" edition = "2018" [dependencies] -yaxpeax-arch = { version = "0.2.2", default-features = false, features = [] } +yaxpeax-arch = { version = "0.2.7", 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 } |