Skip to content

Commit

Permalink
Make Rustler optional
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtaylor committed Mar 11, 2024
1 parent 6398c04 commit 2d4bb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ defmodule H3Geo.MixProject do

defp deps do
[
{:rustler, "~> 0.31"},
{:rustler, "~> 0.31", optional: true},
{:rustler_precompiled, "~> 0.7"},
{:geo, "~> 3.6"},
{:ex_doc, "~> 0.31", only: :dev, runtime: false},
Expand Down

0 comments on commit 2d4bb55

Please sign in to comment.