mirror of
https://github.com/encounter/objdiff.git
synced 2025-12-17 17:05:29 +00:00
Migrate to Rust edition 2024
This commit is contained in:
@@ -11,7 +11,7 @@ use objdiff_core::{
|
||||
};
|
||||
use typed_path::{Utf8PlatformPathBuf, Utf8UnixPathBuf};
|
||||
|
||||
use crate::app::{AppConfig, ObjectConfig, CONFIG_KEY};
|
||||
use crate::app::{AppConfig, CONFIG_KEY, ObjectConfig};
|
||||
|
||||
#[derive(Clone, serde::Deserialize, serde::Serialize)]
|
||||
pub struct AppConfigVersion {
|
||||
|
||||
Reference in New Issue
Block a user