From 0b0048f854e39a786a4565c1fe4a99f2adfdb809 Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Mon, 28 Aug 2023 10:30:23 -0400 Subject: [PATCH] chore: use otp26-compiled version of Elixir (#209) This also reorders Erlang and Elixir so that rtx installs Erlang first. This is helpful for anyone using a .default-mix-commands to automatically install archives when rtx installs Elixir. --- .rtx.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rtx.toml b/.rtx.toml index 619ebaae..75be9735 100644 --- a/.rtx.toml +++ b/.rtx.toml @@ -1,4 +1,4 @@ [tools] -elixir = "1.15.4" erlang = "26.0.2" +elixir = "1.15.4-otp-26" zig = "0.10.0"