Allow for Elixir 1.9
This commit is contained in:
parent
5d5d9843d0
commit
2e14e090ad
|
|
@ -20,7 +20,7 @@ defmodule RabbitMQCtl.MixfileBase do
|
|||
[
|
||||
app: :rabbitmqctl,
|
||||
version: "3.8.0-dev",
|
||||
elixir: ">= 1.6.6 and < 1.9.0",
|
||||
elixir: ">= 1.6.6 and < 1.10.0",
|
||||
build_embedded: Mix.env == :prod,
|
||||
start_permanent: Mix.env == :prod,
|
||||
escript: [main_module: RabbitMQCtl,
|
||||
|
|
|
|||
Loading…
Reference in New Issue