Commit cbbe8c8
chore: upgrade toolchain to latest Elixir/Erlang/Rust (#12)
## Summary
- Bump `.tool-versions` to **Elixir 1.20.0 / OTP 29.0 / Rust 1.93.1**.
- Update CI `matrix-test` to the three latest Elixir/OTP pairs
(1.20.0/29.0, 1.19.5/28.4, 1.18.4/27.3.4.4); drop EOL 1.16/1.17 & OTP
26.
- Remove an unused `require Logger` newly flagged by Elixir 1.20's
unused-require warning.
## Why
The `v0.7.0` hex publish failed: the Publish job's precompiled-NIF
download from the GitHub release CDN hit an OTP `:ssl`
`key_usage_mismatch` fatal alert. This is the OTP 27.1.3–27.2 regression
([erlang/otp#9208](erlang/otp#9208), fixed by
[#9286](erlang/otp#9286)). The repo was pinned
to OTP 27.2 — squarely in the broken window. Moving to OTP 29 resolves
it.
## Test plan
- [x] `mix compile --warnings-as-errors` clean on Elixir 1.20.0 / OTP
29.0
- [x] `mix test` → 142 passed, 1 skipped on Elixir 1.20.0 / OTP 29.0
- [ ] CI matrix green across all three pairs
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>1 parent b1ff632 commit cbbe8c8
3 files changed
Lines changed: 9 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
| 90 | + | |
| 91 | + | |
92 | 92 | | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
99 | 97 | | |
100 | 98 | | |
101 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
97 | 95 | | |
98 | 96 | | |
99 | 97 | | |
| |||
0 commit comments