mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-31 05:07:12 +00:00
Update Rust Edition to 2024 (#7766)
* #7749 Thanks @dknopik and @michaelsproul for your help!
This commit is contained in:
@@ -3,9 +3,8 @@
|
||||
|
||||
use bls::Keypair;
|
||||
use eth2_keystore::{
|
||||
default_kdf,
|
||||
DKLEN, Error, Keystore, KeystoreBuilder, default_kdf,
|
||||
json_keystore::{Kdf, Pbkdf2, Prf, Scrypt},
|
||||
Error, Keystore, KeystoreBuilder, DKLEN,
|
||||
};
|
||||
use std::fs::File;
|
||||
use tempfile::tempdir;
|
||||
|
||||
Reference in New Issue
Block a user