Remove conditionals so that builds work on non-linux OSses
... | ... | @@ -14,6 +14,4 @@ redox_syscall = "0.2.16" |
redoxfs = "0.5.4" | ||
tempfile = "3.4.0" | ||
toml = "0.7.2" | ||
[target.'cfg(target_os = "linux")'.dependencies] | ||
proc-mounts = "0.3.0" |
Please register or sign in to comment