commits
Gleam 1.5.0rc1 produce a new build warning because wisp targets gleam >= 0.32.0
but gleam_otp and glisten make use of `@internal` annotations.
> The `@internal` annotation was introduced in version v1.1.0. But the Gleam
version range specified in your `gleam.toml` would allow this code to run
on an earlier version like v0.32.0, resulting in compilation errors!
Gleam 1.5.0rc1 produce a new build warning because wisp targets gleam >= 0.32.0
but gleam_otp and glisten make use of `@internal` annotations.
> The `@internal` annotation was introduced in version v1.1.0. But the Gleam
version range specified in your `gleam.toml` would allow this code to run
on an earlier version like v0.32.0, resulting in compilation errors!