From 2ad591b0c6f2bd78abeb561399ea467bf5229889 Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Fri, 1 Sep 2023 16:16:13 +0300 Subject: [PATCH] release 0.7.1 (#23) * release 0.7.1 * provide cross version * update action version --- .github/workflows/release.yml | 3 ++- README.md | 2 +- mix.exs | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eb6c4f5..f58634e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/README.md b/README.md index 8877a0f..4173431 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ dependencies in `mix.exs`: ```elixir [ - {:ex_secp256k1, "~> 0.7"} + {:ex_secp256k1, "~> 0.7.1"} ] ``` diff --git a/mix.exs b/mix.exs index 03e66da..1cdea50 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [