Skip to content

Commit

Permalink
Bump redox_users; Disable redox_users default features
Browse files Browse the repository at this point in the history
I just released a new version of redox_users with argon behind a feature
flag (enabled by default). There had been some buzz a while back about
the size of the dependency tree for this crate and `dirs` earlier, so
I've finally gotten around to doing my bit.
  • Loading branch information
MggMuggins authored and soc committed Aug 27, 2020
1 parent ec7cee0 commit e776c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ maintenance = { status = "as-is" }
libc = "0.2"

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

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

0 comments on commit e776c08

Please sign in to comment.