mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-20 14:38:58 -04:00
- Updated `bincode` dependency to version 1.3.3 for improved performance and security. - Refactored error handling in `error.rs` to use `bincode::Error` instead of `bincode::ErrorKind`, ensuring better error management. - Enhanced macro definitions in `macros.rs` to utilize the updated error handling structure. - Improved error reporting in `manager.rs` when creating directories, providing clearer context for IO errors. - Added a new design document for Sync Conduits, detailing the architecture and implementation plan for file synchronization in Spacedrive.