Email or username:

Password:

Forgot your password?
Top-level
Hayden Stainsby

@epage yeah. We do the same thing at work, which is the CI thing that breaks (not mainline). I want to adapt it to try running with `—fix` and then updating the change, but haven’t got there yet.

But then there are some OSS projects I contribute to that just pull the latest version in on PR checks. I’ve found out about a Rust update in minutes after the release more than once because of that. Should probably try to convince someone to go the pinned rust route there too.

1 comment
Ed Page

@hds If people need an example of this, see github.com/epage/_rust

That is the template for all my projects.

Go Up