File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -676,10 +676,3 @@ format_push_string = "allow"
676676flat_map_option = " allow"
677677from_iter_instead_of_collect = " allow"
678678large_types_passed_by_value = " allow"
679-
680- # df does not pass GNU tests https://github.com/uutils/coreutils/pull/8722
681- [target .'cfg(not(target_os = "freebsd"))' .dependencies ]
682- libc = " 0.2.178"
683-
684- [target .'cfg(target_os = "freebsd")' .dependencies ]
685- libc = " =0.2.175"
Original file line number Diff line number Diff line change @@ -30,3 +30,10 @@ tempfile = { workspace = true }
3030[[bin ]]
3131name = " df"
3232path = " src/main.rs"
33+
34+ # https://github.com/uutils/coreutils/pull/8722
35+ [target .'cfg(not(target_os = "freebsd"))' .dependencies ]
36+ libc = " 0.2.178"
37+
38+ [target .'cfg(target_os = "freebsd")' .dependencies ]
39+ libc = " =0.2.175"
You can’t perform that action at this time.
0 commit comments