Skip to content

Commit 6342552

Browse files
committed
MTP: Upgrade mtp-rs to v0.2.0
To be able to show opening progress for large folders
1 parent a61376d commit 6342552

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/desktop/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ mime_guess = "2"
101101

102102
[target.'cfg(any(target_os = "macos", target_os = "linux"))'.dependencies]
103103
# MTP (Android device) support via pure Rust implementation
104-
mtp-rs = "0.1.0"
104+
mtp-rs = "0.2.0"
105105
# USB hotplug detection for MTP device watcher
106106
nusb = "0.2.2"
107107
bytes = "1"

0 commit comments

Comments
 (0)