massivefermion / birl

datetime handling for gleam
https://hex.pm/packages/birl
Apache License 2.0
72 stars 9 forks source link

Remove deprecated `list.at` usage #23

Closed maxdeviant closed 6 months ago

maxdeviant commented 6 months ago

This PR removes usages of list.at, since it is deprecated in v0.37.0 of gleam_stdlib and produces warnings in downstream projects using birl.

massivefermion commented 6 months ago

Thanks