mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-19 13:58:28 +00:00
Update Rust Edition to 2024 (#7766)
* #7749 Thanks @dknopik and @michaelsproul for your help!
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
|
||||
use crate::{Builder, BuilderError};
|
||||
use eth2_keystore::{
|
||||
DKLEN, Keystore, KeystoreBuilder, PlainText,
|
||||
json_keystore::{Kdf, Scrypt},
|
||||
Keystore, KeystoreBuilder, PlainText, DKLEN,
|
||||
};
|
||||
use std::path::PathBuf;
|
||||
use types::test_utils::generate_deterministic_keypair;
|
||||
|
||||
Reference in New Issue
Block a user