lighthouse/crypto
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
..
bls Update and consolidate dependencies (#3136) 2022-04-04 00:26:16 +00:00
eth2_hashing eth2_hashing: make cpufeatures dep optional (#3309) 2022-07-06 22:00:58 +00:00
eth2_key_derivation Update to Rust 1.59 and 2021 edition (#3038) 2022-02-25 00:10:17 +00:00
eth2_keystore Bump the MSRV to 1.62 and using #[derive(Default)] on enums (#3304) 2022-07-15 07:31:19 +00:00
eth2_wallet Update and consolidate dependencies (#3136) 2022-04-04 00:26:16 +00:00