PRQL / prql

PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement
https://prql-lang.org
Apache License 2.0
9.59k stars 208 forks source link

internal: Remove `once_cell` dependency #4627

Closed max-sixty closed 2 weeks ago

max-sixty commented 2 weeks ago

Can be replaced by the stdlib as of 1.70 (though arguably not quite as elegant code).

Unfortunately this wasn't that helpful for reducing our dependency load, since it's still an indirect dependency