Skip to content

Commit

Permalink
ci: fix nif version
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrizio Sestito <[email protected]>
  • Loading branch information
fabriziosestito committed Nov 2, 2023
1 parent 59a94ab commit 455132d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
nif: ["2.16", "2.15", "2.14"]
nif: ["2.17", "2.16", "2.15"]
job:
- { target: arm-unknown-linux-gnueabihf, os: ubuntu-20.04, use-cross: true }
- { target: aarch64-unknown-linux-gnu, os: ubuntu-20.04, use-cross: true }
Expand Down
5 changes: 5 additions & 0 deletions native/rhai_rustler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ rhai = { version = "=1.16.3", features = ["sync"] }
rhai-dylib = { version = "0.1.12", features = ["sync"] }
thiserror = "1.0.50"
rustler = "0.30.0"

[features]
nif_version_2_15 = ["rustler/nif_version_2_15"]
nif_version_2_16 = ["rustler/nif_version_2_16"]
nif_version_2_17 = ["rustler/nif_version_2_17"]

0 comments on commit 455132d

Please sign in to comment.