Fix issues getting home directory
... | ... | @@ -76,7 +76,7 @@ object-pool = { git = "https://github.com/CJP10/object-pool.git", rev = "b7461b6 |
auto_enums = "0.7" | ||
atty = "0.2" | ||
permutate = "0.3" | ||
xdg = "2.2" | ||
xdg = "2.4" | ||
#nix = "0.23" | ||
# FIXME: Needed because of https://github.com/nix-rust/nix/commit/ff6f8b8a26c8d61f4341e441acf405402b46a430 | ||
nix = { git = "https://github.com/nix-rust/nix.git", rev = "ff6f8b8a" } | ||
... | ... | @@ -92,7 +92,7 @@ piston2d-sprite = { version = "0.58", optional = true } |
users = "0.10" | ||
[target."cfg(target_os = \"redox\")".dependencies] | ||
redox_users = "0.4" | ||
redox_users = "0.4.3" | ||
[target."cfg(target_os = \"dragonfly\")".dependencies] | ||
errno-dragonfly = "0.1.1" | ||
... | ... |
Please register or sign in to comment