Skip to content

Commit

Permalink
Remove explicit nif_versions
Browse files Browse the repository at this point in the history
  • Loading branch information
benhaney committed Oct 28, 2023
1 parent 55d4058 commit 7278bdf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/jsonrs.ex
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ defmodule Jsonrs do
base_url: "#{source_url}/releases/download/v#{version}",
force_build: System.get_env("FORCE_JSONRS_BUILD") in ["1", "true"],
targets: RustlerPrecompiled.Config.default_targets(),
nif_versions: ["2.16", "2.15", "2.14"],
version: version

@type compression_algorithm :: :gzip | :none
Expand Down

0 comments on commit 7278bdf

Please sign in to comment.