Skip to content

Commit

Permalink
Merge pull request #37 from ChihChengLiang/various-update
Browse files Browse the repository at this point in the history
Use stable rust and support arm
  • Loading branch information
ChihChengLiang authored May 13, 2022
2 parents 1efad6f + 52943c9 commit 78b4096
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v1

- name: Install latest nightly
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
default: true
components: rustfmt, clippy
- name: Lint with rustfmt
Expand Down Expand Up @@ -142,7 +141,7 @@ jobs:
needs: build
strategy:
matrix:
target: [x86_64, i686]
target: [x86_64, i686, aarch64]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "milagro-bls-binding"
version = "1.8.0"
version = "1.8.1"
edition = "2018"
authors = ["[email protected]"]
readme = "README.md"
Expand Down
1 change: 1 addition & 0 deletions rust-toolchain
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.60.0

0 comments on commit 78b4096

Please sign in to comment.