lighthouse/crypto/eth2_keystore/src/json_keystore
Akihito Nakano 98a9626ef5 Bump the MSRV to 1.62 and using #[derive(Default)] on enums (#3304)
## Issue Addressed

N/A

## Proposed Changes

Since Rust 1.62, we can use `#[derive(Default)]` on enums.  

https://blog.rust-lang.org/2022/06/30/Rust-1.62.0.html#default-enum-variants

There are no changes to functionality in this PR, just replaced the `Default` trait implementation with `#[derive(Default)]`.
2022-07-15 07:31:19 +00:00
..
checksum_module.rs Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
cipher_module.rs Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
hex_bytes.rs Fix clippy warnings (#1385) 2020-07-23 14:18:00 +00:00
kdf_module.rs Bump the MSRV to 1.62 and using #[derive(Default)] on enums (#3304) 2022-07-15 07:31:19 +00:00
mod.rs Allow import of Prysm keystores (#1535) 2020-08-18 06:28:20 +00:00