Skip to content

v2.2.0

Latest
Compare
Choose a tag to compare
@gskapka gskapka released this 15 May 18:18
· 1 commit to master since this release

Adds random ETH key generation to CLI

Adds the above, plus also:

  • formats the code via config in the new .rustfmt.toml
  • uses quick_error for error handling
  • removes the try_trait allowing the tool to be built with the stable toolchain
  • lints repo with clippy