File tree 2 files changed +2
-9
lines changed
2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ caps = "0.5.3"
85
85
sysctl = " 0.4"
86
86
87
87
[build-dependencies ]
88
- cfg_aliases = " 0.2"
88
+ cfg_aliases = " 0.2.1 "
89
89
90
90
[[test ]]
91
91
name = " test"
Original file line number Diff line number Diff line change @@ -27,14 +27,7 @@ fn main() {
27
27
solarish: { any( illumos, solaris) } ,
28
28
}
29
29
30
- // Below are Nix's custom cfg values that we need to let the compiler know
31
- println ! ( "cargo:rustc-check-cfg=cfg(apple_targets)" ) ;
32
- println ! ( "cargo:rustc-check-cfg=cfg(bsd)" ) ;
33
- println ! ( "cargo:rustc-check-cfg=cfg(bsd_without_apple)" ) ;
34
- println ! ( "cargo:rustc-check-cfg=cfg(linux_android)" ) ;
35
- println ! ( "cargo:rustc-check-cfg=cfg(freebsdlike)" ) ;
36
- println ! ( "cargo:rustc-check-cfg=cfg(netbsdlike)" ) ;
37
- println ! ( "cargo:rustc-check-cfg=cfg(solarish)" ) ;
30
+ // Below are custom cfg values set during some CI steps.
38
31
println ! ( "cargo:rustc-check-cfg=cfg(fbsd14)" ) ;
39
32
println ! ( "cargo:rustc-check-cfg=cfg(qemu)" ) ;
40
33
}
You can’t perform that action at this time.
0 commit comments