File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ fn main() {
20
20
}
21
21
22
22
// The ABI of libc used by libstd is backward compatible with FreeBSD 10.
23
- // The ABI of libc from crates.io is backward compatible with FreeBSD 11 .
23
+ // The ABI of libc from crates.io is backward compatible with FreeBSD 12 .
24
24
//
25
25
// On CI, we detect the actual FreeBSD version and match its ABI exactly,
26
26
// running tests to ensure that the ABI is correct.
@@ -31,7 +31,7 @@ fn main() {
31
31
Some ( 11 ) if libc_ci => println ! ( "cargo:rustc-cfg=freebsd11" ) ,
32
32
Some ( 12 ) if libc_ci => println ! ( "cargo:rustc-cfg=freebsd12" ) ,
33
33
Some ( 13 ) if libc_ci => println ! ( "cargo:rustc-cfg=freebsd13" ) ,
34
- Some ( _) | None => println ! ( "cargo:rustc-cfg=freebsd11 " ) ,
34
+ Some ( _) | None => println ! ( "cargo:rustc-cfg=freebsd12 " ) ,
35
35
}
36
36
37
37
// On CI: deny all warnings
You can’t perform that action at this time.
0 commit comments