diff options
author | iximeow <me@iximeow.net> | 2021-07-21 19:54:20 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-07-21 20:01:45 -0700 |
commit | 56479819ec5d7a1c8ba912d81944580798489950 (patch) | |
tree | cb1746dde9abcae183802202886c56423a45d8ef /Cargo.toml | |
parent | 3838b8174fe903d81ce46aa3dcaeaa4aa5f74561 (diff) |
fix doc links and add a crates.io badge0.2.7
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,11 +1,11 @@ [package] name = "yaxpeax-dis" -version = "0.2.6" +version = "0.2.7" authors = ["iximeow <me@iximeow.net>"] license = "0BSD" edition = "2018" keywords = ["disassembly", "disassembler"] -repository = "https://git.iximeow.net/yaxpeax-dis/" +repository = "https://git.iximeow.net/yaxpeax-dis/about/" description = "disassembly tool using yaxpeax instruction decoders" readme = "README.md" |