Skip to content

Commit 8765636

Browse files
authored
Target 2.15 and 2.16 (#48)
* Target 2.15 and 2.16 * Adds back Cross.toml
1 parent d1842ec commit 8765636

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
nif: ["2.16", "2.15", "2.14"]
17+
nif: ["2.16", "2.15"]
1818
job:
1919
- { target: arm-unknown-linux-gnueabihf , os: ubuntu-20.04 , use-cross: true }
2020
- { target: aarch64-unknown-linux-gnu , os: ubuntu-20.04 , use-cross: true }

native/exkeccak/Cross.toml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[build.env]
2+
passthrough = [
3+
"RUSTLER_NIF_VERSION"
4+
]

0 commit comments

Comments
 (0)