Hi after running gleam new I've tried to add tallgrass but it failed to compile because gleam/string_builder has been removed in 0.48.0
So to make it work I had to constrain the std lib to this:
gleam_stdlib = ">= 0.34.0 and < 0.48.0"
Not sure if your still maintaining this but if you are it would be great to make it work with later versions. 🙇🏻
Hi after running
gleam newI've tried to add tallgrass but it failed to compile because gleam/string_builder has been removed in0.48.0So to make it work I had to constrain the std lib to this:
gleam_stdlib = ">= 0.34.0 and < 0.48.0"Not sure if your still maintaining this but if you are it would be great to make it work with later versions. 🙇🏻