Releases: gskapka/etheroff
Releases · gskapka/etheroff
v2.2.0
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