You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(freebsd): Run cargo fix with more FreeBSD versions
For versions 10, 11, 12, 13, 14, 15, and architectures aarch64, i686,
powerpc64, riscv64gc, and x86_64, I ran the following:
RUST_LIBC_UNSTABLE_FREEBSD_VERSION=15 cargo fix \
-Zbuild-std=core \
--features extra_traits \
--allow-dirty \
--edition \
--broken-code \
--lib \
--target aarch64-unknown-freebsd
(backport <#4159>)
(cherry picked from commit 2e4ac8f)
Not an exact cherry pick, I just reran the command.
0 commit comments