Skip to content

Commit

Permalink
fix: ensure Rust 1.76.0 compiles
Browse files Browse the repository at this point in the history
  • Loading branch information
aawsome committed Aug 7, 2024
1 parent 202c55e commit 32e6867
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/core/src/repofile/keyfile.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// needed to ensuer Rust 1.76.0 works
#[allow(unused_imports)]
use std::mem::size_of;

use chrono::{DateTime, Local};
use rand::{thread_rng, RngCore};
use scrypt::Params;
Expand Down

0 comments on commit 32e6867

Please sign in to comment.