fix: use gio file copy fallback to fix MTP unsupported I/O errors

This commit is contained in:
Michael Aaron Murphy 2026-04-10 06:03:16 +02:00
parent b299f1a172
commit e2bdcf8da4
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
2 changed files with 311 additions and 131 deletions

View file

@ -63,6 +63,7 @@ num_cpus = "1.17.0"
filetime = "0.2"
tracing = "0.1.44"
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
thiserror = "2.0.18"
# Completion-based IO runtime to enable io_uring / IOCP file IO support.
[dependencies.compio]