Skip to content

Commit

Permalink
Merge #36
Browse files Browse the repository at this point in the history
36: dirs-sys: disable redox_users default features r=lzutao a=benesch

This avoids a dependency on rust-argon2, which isn't necessary for
dirs-sys's usage of the redox_users crate.

This also matches a change in the original dirs-sys crate.

Co-authored-by: Nikhil Benesch <nikhil.benesch@gmail.com>
  • Loading branch information
bors[bot] and benesch committed Oct 13, 2020
2 parents 1025590 + 1532d2a commit 4aa9a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dirs-sys/Cargo.toml
Expand Up @@ -15,7 +15,7 @@ maintenance = { status = "as-is" }
libc = "0.2"

[target.'cfg(target_os = "redox")'.dependencies]
redox_users = "0.3.0"
redox_users = { version = "0.3.0", default-features = false }

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["knownfolders", "objbase", "shlobj", "winbase", "winerror"] }

0 comments on commit 4aa9a72

Please sign in to comment.