elfx86exts 0.4.3

Decode x86 binaries (ELF or MachO) and print out which instruction set extensions they use.
# elfx86exts 0.4.3 (2020-09-01)

- Bump to Rust 2018 edition
- ci: use cranko's new binary-packaging helper and publish Rust packages to
  crates.io upon deployment
- Numerous dependency updates since last release on crates.io

# elfx86exts 0.4.2 (2020-08-28)

- Add a Windows build ... mainly to demonstrate Cranko's usage in a build
  pipeline that includes Windows builds.

# elfx86exts 0.4.1 (2020-08-28)

- Migrate to Cranko for versioning and release workflow.


# 0.4.0 (2020 May 11)

- Update dependencies, including to
  [capstone]https://crates.io/crates/capstone 0.7.0.
- Fix a missing space in the `--help` output (@bjmoran,
  [#29]https://github.com/pkgw/elfx86exts/pull/29)


# 0.3.0 (2018 Oct 16)

- The tool will now print out its best guess as to the minimum Intel CPU
  generation needed to run the analyzed binary, based on an internal table of
  which extensions were introduced in which model. This is a bit approximate
  because the evolution is not strictly linear. Thanks to
  [@apjanke]https://github.com/apjanke for
  [the contribution]https://github.com/pkgw/elfx86exts/pull/10! Bumping the
  minor version because this alters the output format.
- Update dependencies, including to
  [capstone]https://crates.io/crates/capstone 0.5.0.


# 0.2.0 (2018 Jan 23)

- Support MachO/PE binaries as well! Now the name of this tool is super
  misleading! Oh well, it was worth it. Thanks to
  [@reuben]https://github.com/reuben for
  [the contribution]https://github.com/pkgw/elfx86exts/pull/1!


# 0.1.0 (2017 Sep 29)

- Initial release.