fix: Install specific toolchain (#329)
`cargo build --locked` won't let you use "1.85.0" if you only have "stable" installed, even if those are the same thing right now.
Showing
Please register or sign in to comment
`cargo build --locked` won't let you use "1.85.0" if you only have "stable" installed, even if those are the same thing right now.