Skip to content

Commit

Permalink
rust.yml update cross targets for MSRV 1.70.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed May 27, 2024
1 parent e30fd62 commit a9902eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ jobs:
- x86_64-pc-solaris
- x86_64-sun-solaris
- x86_64-linux-android
- x86_64-unknown-redox
# - wasm32-unknown-emscripten
# - wasm32-unknown-unknown
# - wasm32-wasi # error: could not compile `dlopen2`
Expand All @@ -246,9 +247,10 @@ jobs:
# - aarch64-unknown-netbsd # toolchain 1.67.1 does not support ...
# - i686-unknown-netbsd # toolchain 1.67.1 does not support ...
# - i686-unknown-openbsd # toolchain 1.67.1 does not support ...
- mips64-unknown-linux-gnuabi64
# - x86_64-unknown-dragonfly # toolchain 1.67.1 does not support ...
# - x86_64-unknown-openbsd # toolchain 1.67.1 does not support ...
- x86_64-uwp-windows-msvc
# - x86_64-uwp-windows-msvc # error: component 'rust-std' for target 'x86_64-uwp-windows-msvc' is unavailable for download for channel '1.70.0'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a9902eb

Please sign in to comment.