Skip to content

Commit 67f1490

Browse files
Merge pull request #3057 from rabbitmq/support-elixir-1-12
Declare support for elixir 1.12
2 parents 3b9359a + e540761 commit 67f1490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_cli/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ defmodule RabbitMQCtl.MixfileBase do
1111
[
1212
app: :rabbitmqctl,
1313
version: "3.8.0-dev",
14-
elixir: ">= 1.10.4 and < 1.12.0",
14+
elixir: ">= 1.10.4 and < 1.13.0",
1515
build_embedded: Mix.env == :prod,
1616
start_permanent: Mix.env == :prod,
1717
escript: [main_module: RabbitMQCtl,

0 commit comments

Comments
 (0)