Skip to content

Commit

Permalink
Merge pull request #87 from kevinheavey/confirm-ring-no-compile-aarch64
Browse files Browse the repository at this point in the history
compile ring on linux aarch64
  • Loading branch information
kevinheavey authored Mar 13, 2024
2 parents b14a240 + 43334f1 commit 05ba01f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ jobs:
uses: messense/maturin-action@v1
with:
target: aarch64
manylinux: auto
args: --release --no-default-features --out dist
manylinux: '2_28'
args: --release --no-default-features -F ring --out dist
maturin-version: ${{ env.maturin_version }}
- name: Upload wheels
uses: actions/upload-artifact@v2
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Changelog

## [0.21.0] - Unreleased
## [0.21.0] - 2024-03-13

### Changed

- Use pyo3 20.2 [(#81)](https://github.com/kevinheavey/solders/pull/81).
- Add back RPC modules on linux aarch64 [(#87)](https://github.com/kevinheavey/solders/pull/87)

## [0.20.0] - 2024-02-12

Expand Down

0 comments on commit 05ba01f

Please # to comment.