mix.exs: Bump requirement to 1.10.4
We only test against 1.10.4, so there is no way we can claim compatibility with older versions.
This commit is contained in:
parent
080e12693c
commit
1925e2970f
|
|
@ -11,7 +11,7 @@ defmodule RabbitMQCtl.MixfileBase do
|
|||
[
|
||||
app: :rabbitmqctl,
|
||||
version: "3.8.0-dev",
|
||||
elixir: ">= 1.9.0 and < 1.11.0",
|
||||
elixir: ">= 1.10.4 and < 1.11.0",
|
||||
build_embedded: Mix.env == :prod,
|
||||
start_permanent: Mix.env == :prod,
|
||||
escript: [main_module: RabbitMQCtl,
|
||||
|
|
|
|||
Loading…
Reference in New Issue