Skip to content

Commit

Permalink
chore: use otp26-compiled version of Elixir (#209)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
fhunleth authored Aug 28, 2023
1 parent 3eb0b9d commit 0b0048f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rtx.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[tools]
elixir = "1.15.4"
erlang = "26.0.2"
elixir = "1.15.4-otp-26"
zig = "0.10.0"

0 comments on commit 0b0048f

Please sign in to comment.