Bump to 0.8.1, make profile module public, fix unused import

This commit is contained in:
MattJackson
2026-04-13 00:17:57 +00:00
parent 5467d8e69e
commit 8cef5260c3
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -16,7 +16,6 @@ use crate::drive::Drive;
use crate::error::Error;
use crate::speed::DriveSpeed;
use std::io::{self, Read, Write};
use std::path::Path;
/// AACS decryption parameters needed at read time.
/// Extracted from `AacsState` so we don't need `Clone` on the full struct.