Skip to content

Commit

Permalink
cpufeatures: release v0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Oct 20, 2023
1 parent 68cc2d8 commit 83a3bb4
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 14 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/cpufeatures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,23 @@ jobs:
# Isolate this crate from workspace which is otherwise MSRV 1.56 due to 2021 edition crates
- run: rm ../Cargo.toml
- run: cross test --target ${{ matrix.target }}

# Build-only tests
build-only:
strategy:
matrix:
include:
- target: loongarch64-unknown-linux-gnu
toolchain: 1.72.0
- target: loongarch64-unknown-linux-gnu
toolchain: stable
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: RustCrypto/actions/cargo-cache@master
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
targets: ${{ matrix.target }}
- run: cargo build --target ${{ matrix.target }}

26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cpufeatures/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cpufeatures"
version = "0.2.9"
version = "0.2.10"
description = """
Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets,
with no_std support and support for mobile targets including Android and iOS
Expand Down

0 comments on commit 83a3bb4

Please sign in to comment.