Skip to content

Commit

Permalink
rustler_mix: Fix template test on Elixir < 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
evnu committed Oct 27, 2019
1 parent 23152f1 commit 786b285
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rustler_mix/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ defmodule TestRustlerMix.MixProject do
[
app: :test_rustler_mix,
version: "0.1.0",
elixir: "~> 1.9",
elixir: "~> 1.6",
start_permanent: Mix.env() == :prod,
deps: deps()
]
Expand All @@ -65,7 +65,7 @@ defmodule TestRustlerMix.MixProject do
[
app: :test_rustler_mix,
version: "0.1.0",
elixir: "~> 1.9",
elixir: "~> 1.6",
start_permanent: Mix.env() == :prod,
deps: deps(),
compilers: [:rustler] ++ Mix.compilers(),
Expand Down

0 comments on commit 786b285

Please sign in to comment.