Finomnis
Finomnis
This repository seems to be unmaintained since 2020, so no idea if this will ever happen. We might have to fork the entire actions-rs suite and integrate it into some...
Yah, releasing a 0.4.5 probably makes more sense. I don't know enough about the project, though, tbh :/ I just encountered this in a SO discussion and didn't see an...
I'm honestly a little disappointed in the Rust compiler that this doesn't compile any more; I was under the impression that the entire rolling release thing of the Rust compiler...
Closed for now as it was rejected because it would break stuff.
As it's rude to make requests without giving back, I tipped a little to encourage the change :) https://www.buymeacoffee.com/svartalf/c/4561094 Other people, feel free to join if you benefit from this...
> How can I replace this one? > > ``` > name: Install Rust > uses: actions-rs/toolchain@v1 > with: > toolchain: stable > target: x86_64-unknown-linux-musl > default: true > ```...
@istellino-chub What's the difference between 'Rust' and the 'Rust toolchain'? What `dtolnay/rust-toolchain` installs is rustc, cargo, and so on. Exactly what `actions-rs/toolchain` did as well.
> > @istellino-chub What's the difference between 'Rust' and the 'Rust toolchain'? > > What `dtolnay/rust-toolchain` installs is rustc, cargo, and so on. Exactly what `actions-rs/toolchain` did as well. >...
This is over a year old, what happened?
> Rust USB device stuff has been on my "next month or two" list for about two years now... Understandable, though. I'll also revert back to "good enough" once my...