Skip to content

Commit

Permalink
fix(freebsd): Run cargo fix with more FreeBSD versions
Browse files Browse the repository at this point in the history
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 <rust-lang#4159>)
(cherry picked from commit 2e4ac8f)

Not an exact cherry pick, I just reran the command.
  • Loading branch information
tgross35 committed Nov 28, 2024
1 parent e13cde2 commit 5d77970
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 97 deletions.
Loading

0 comments on commit 5d77970

Please sign in to comment.