Closed rodrigues closed 4 months ago
Since bandit already requires elixir 1.13+ and hpax 1.0.0 requires 1.12+ (lower) I guess we don't need to support 0.2.0 anymore?
cc @mtrudel
I think you're correct @alisinabh, but the only wrinkle is that mint only added version support for hpax 1.0.0 last week, so we'd be forcing people that use mint in their apps (which is a LOT of people) to update to at least mint 1.6.2 to solve their dev tree. Not ideal.
(Also ignore the busted CI; it's an issue with Req that I'm working up)
I think you're correct @alisinabh, but the only wrinkle is that mint only added version support for hpax 1.0.0 last week, so we'd be forcing people that use mint in their apps (which is a LOT of people) to update to at least mint 1.6.2 to solve their dev tree. Not ideal.
Hi @mtrudel I don't see any problem in updating because, in fact, the ideal is to stay updated, right?
Hi 👋
hpax
1.0.0 upgrade just removes a warning when compiling in Elixir 1.17:Thanks!