diff --git a/libdie++/cmake/FindDieLibrary.cmake b/libdie++/cmake/FindDieLibrary.cmake index 69cb6af..00bb22e 100644 --- a/libdie++/cmake/FindDieLibrary.cmake +++ b/libdie++/cmake/FindDieLibrary.cmake @@ -29,7 +29,7 @@ find_package(Qt6 REQUIRED COMPONENTS Core Concurrent Qml) FetchContent_Declare( DieLibrary GIT_REPOSITORY "https://github.com/horsicq/die_library" - GIT_TAG 5191b2d9c452ee78425bb0e142448b5d442b9f6b + GIT_TAG 06e36e4136018c294d72cc9450521a6dbb2bf81e ) set(DIE_BUILD_AS_STATIC ON CACHE INTERNAL "") diff --git a/src/lib.rs b/src/lib.rs index b31e7ca..b2e1652 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -16,7 +16,7 @@ bitflags! { /// The `ScanFlags` structure contains constants that can be used to specify /// the behavior of scanning processes. Each flag can be combined using bitwise /// operations to enable multiple options at once. - #[derive(Debug)] + #[derive(Debug, Clone, Copy)] pub struct ScanFlags: u32 { /// Enables a thorough scanning process that examines all files and directories /// in detail.