Skip to content

Commit f446d54

Browse files
committed
Bump minimal Elixir version to 1.15
1 parent f140ab3 commit f446d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustler_mix/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defmodule Rustler.Mixfile do
99
app: :rustler,
1010
name: "Rustler",
1111
version: @version,
12-
elixir: "~> 1.11",
12+
elixir: "~> 1.15",
1313
build_embedded: Mix.env() == :prod,
1414
start_permanent: Mix.env() == :prod,
1515
deps: deps(),

0 commit comments

Comments
 (0)