Skip to content

Commit

Permalink
Specify nif_versions in Jaqex module
Browse files Browse the repository at this point in the history
  • Loading branch information
shaolang committed Nov 29, 2024
1 parent e5221c7 commit a2aba54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/jaqex.ex
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ defmodule Jaqex do
use RustlerPrecompiled,
base_url: "#{source_url}/releases/download/v#{version}",
crate: :jaqex,
force_build: String.downcase(System.get_env("FORCE_JAQEX_BUILD", "0")) in ["1", "true"],
nif_versions: ["2.15", "2.16", "2.17"],
otp_app: :jaqex,
version: version

Expand Down

0 comments on commit a2aba54

Please sign in to comment.