AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Error Handling Improvements in the Eastern API
Cargo will now Be smarter about the order in which it compiles your dependencies. The RLS deprecation is a kind of neat way to ensure people who were still relying on RLS actually get a note telling them to upgrade. Cargo used to just build your dependency in sort of FIFO order so as it discovers the dependency is six and only Q, when it does when it has capacity to compile another crate It'll just take whatever is at the head of the queue. This change here is going to look through the queue for the thing that Unblocks the most other crates down the line.