Skip to content

Commit f98313f

Browse files
committed
mtp-rs: switch to crates.io 0.15.0
Now that `mtp-rs` 0.15.0 is published, drop the local path dep and use the registry version. Same code, just a stable reference for fresh clones and CI.
1 parent 5de5bc5 commit f98313f

2 files changed

Lines changed: 16 additions & 15 deletions

File tree

Cargo.lock

Lines changed: 15 additions & 13 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,7 @@ mime_guess = "2"
161161

162162
[target.'cfg(any(target_os = "macos", target_os = "linux"))'.dependencies]
163163
# MTP (Android device) support via pure Rust implementation
164-
# Path dep until mtp-rs 0.15.0 is published. Switch back to a crates.io version once released.
165-
mtp-rs = { path = "../../../../mtp-rs" }
164+
mtp-rs = "0.15.0"
166165
# USB hotplug detection for MTP device watcher
167166
nusb = "0.2.3"
168167
bytes = "1"

0 commit comments

Comments
 (0)