diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 401538d..4d7d3bd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,6 @@ on: push: branches: - main - - update-rustler-version-in-cargo tags: - '*' @@ -65,4 +64,4 @@ jobs: with: files: | ${{ steps.build-crate.outputs.file-path }} - if: startsWith(github.ref, 'refs/heads/main') || startsWith(github.ref, 'refs/tags/') || startsWith(github.ref, 'refs/heads/update-rustler-version-in-cargo') + if: startsWith(github.ref, 'refs/tags/') diff --git a/native/exkeccak/Cargo.lock b/native/exkeccak/Cargo.lock index 8fb9c9e..bad11d1 100644 --- a/native/exkeccak/Cargo.lock +++ b/native/exkeccak/Cargo.lock @@ -80,9 +80,9 @@ checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" [[package]] name = "rustler" -version = "0.26.0" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d61e8ddf75de20513455d7b6f17241a595abbb01b53a6340cecc798a1b13422d" +checksum = "b7a4037063eab996ea56fada36d3cc982d501ed485b36a73eabdaec99b4acf6e" dependencies = [ "lazy_static", "rustler_codegen", @@ -91,9 +91,9 @@ dependencies = [ [[package]] name = "rustler_codegen" -version = "0.26.0" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baa2e45c0165272070f80ce93bcd7dd5407a3c84a1ef73ab9900e00f00ef3d36" +checksum = "b0dbdc98de074c324945ecc2e3ecefa47948ad8e6ed4ecf6f3424f1293a6188d" dependencies = [ "heck", "proc-macro2",