Closed adaszko closed 5 months ago
This is due to that function being removed in the stdlib
. It is fixed, but I can't make a release until Gleam v1.2.0 is out of release candidate.
For now you can lock your stdlib
dependency in your gleam.toml
to gleam_stdlib = "0.37.0"
in the interim.
OK, thanks
Hi! I'm getting a compilation error on an empty project. Steps to reproduce (
gleam 1.1.0
, macOS):