autumn
autumn copied to clipboard
Update to use inkjet 0.11.x
Inkjet 0.11 came out recently, and improves language support in a marked way.
Unfortunately it does have a few breaking changes, mostly around things like the replacement of once_cell
with a LazyLock, which throws a lot of compiler errors if one tries to naively update (like I just did)