lpil / formal

29 stars 1 forks source link

Require gleam_stdlib >= 0.39 for dict.upsert #5

Closed janusvm closed 2 months ago

janusvm commented 2 months ago

This fixes #4.

I also had to run gleam deps update to get it to build, as the version change in gleam.toml lead to "dependency resolution failed" error because of the manifest,

_gleamstdlib is specified with the requirement ~> 0.39 or ~> 1.0, but it is locked to 0.35.1, which is incompatible.

Not sure if this is the correct way of doing it. Let me know if I need to redo it differently.