Skip to content

Commit

Permalink
release 0.7.1 (#23)
Browse files Browse the repository at this point in the history
* release 0.7.1

* provide cross version

* update action version
  • Loading branch information
ayrat555 authored Sep 1, 2023
1 parent b369d59 commit 2ad591b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,14 @@ jobs:

- name: Build the project
id: build-crate
uses: philss/rustler-precompiled-action@v1.0.0
uses: philss/rustler-precompiled-action@v1.0.1
with:
project-name: ex_secp256k1
project-version: ${{ env.PROJECT_VERSION }}
target: ${{ matrix.job.target }}
nif-version: ${{ matrix.nif }}
use-cross: ${{ matrix.job.use-cross }}
cross-version: ${{ matrix.job.cross-version || 'v0.2.4' }}
project-dir: "native/ex_secp256k1"

- name: Artifact upload
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies in `mix.exs`:

```elixir
[
{:ex_secp256k1, "~> 0.7"}
{:ex_secp256k1, "~> 0.7.1"}
]
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule ExSecp256k1.MixProject do

@source_url "https://github.com/omgnetwork/ex_secp256k1"

@version "0.7.0"
@version "0.7.1"

def project do
[
Expand Down

0 comments on commit 2ad591b

Please sign in to comment.