| Pretty please 🙏🥺 The repo is broken without this.
Here's a better explanation of what's happening: On the latest state of staging, CI checks for new rust toolchain updates, verifies everything still works fine and then pushes to main. Nixpkgs had a change that introduced an error at the verification step, so no toolchain updates to main from there on. It was easily fixed though (just required pname which wasn't set before). The fix was merged into main but not into staging, which means CI still fails and won't update mains latest toolchain. Hence, the repo is stuck on rust 1.85 while 1.86 is out already.
|