lighthouse-pulse/lighthouse
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
..
environment Decrease proposer boost to 40% (#3201) 2022-05-23 03:52:31 +00:00
src Add lighthouse db command (#3129) 2022-04-01 00:58:59 +00:00
tests Implement feerecipient API for keymanager (#3213) 2022-07-06 03:51:08 +00:00
Cargo.toml Bump the MSRV to 1.62 and using #[derive(Default)] on enums (#3304) 2022-07-15 07:31:19 +00:00