ksud: migrate to Rust 2024 edition
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use anyhow::{ensure, Result};
|
||||
use anyhow::{Result, ensure};
|
||||
use std::io::{Read, Seek, SeekFrom};
|
||||
|
||||
pub fn get_apk_signature(apk: &str) -> Result<(u32, String)> {
|
||||
|
||||
Reference in New Issue
Block a user