mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2025-12-11 20:15:30 +01:00
* Ensure prisma generation works before continuing CI - Add script that list all dependencies with multiple version in Cargo.lock * Ensure CI runs when custom actions are modified * Rever windows change in hopes that it fixes prisma generation * Fix prisma generation check in CI * Update deps * Replace prisma-client-rust-cli with oficial prisma cli to fix windows model generation - Revert back to windows-rs implementation of get_inode in file-path-helper - Adjust Github CI to use oficial prisma cli - Update scripts dependencies - Fix some new rust warnings due to it trying to compile OS specific code on all plataforms * Fix windows-rs impl for get_inode_windows in file-path-helper * More fixes to windows-rs impl for get_inode_windows in file-path-helper * More fixes to windows-rs impl for get_inode_windows in file-path-helper * More fixes to windows-rs impl for get_inode_windows in file-path-helper * More fixes to windows-rs impl for get_inode_windows in file-path-helper * More fixes to windows-rs impl for get_inode_windows in file-path-helper * Import windows constant intead of hardcoding its value * Fix check for prisma files in setup-rust * Autoformat * Fix iOS and Android targets in watcher --------- Co-authored-by: Arnab Chakraborty <11457760+Rocky43007@users.noreply.github.com>