Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Arturmes committed Aug 17, 2024
1 parent 55f4082 commit 1358245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ rustix = { git = "https://github.com/Arturmes/rustix", branch = "main", features
# some android specific dependencies which compiles under unix are also listed here for convenience of coding
android-properties = { version = "0.2.2", features = ["bionic-deprecated"] }
procfs = "0.16"
loopdev = { git = "https://github.com/Rissu-Projekt/loopdev" }
loopdev = { git = "https://github.com/Arturmes/loopdev" }

[target.'cfg(target_os = "android")'.dependencies]
android_logger = "0.13"
Expand Down

0 comments on commit 1358245

Please sign in to comment.