rust itself has a github workflow to weekly update dependencies, called "weekly cargo update", example:
rust-lang/rust#124213
implemented like this:
https://github.com/rust-lang/rust/blob/master/.github/workflows/dependencies.yml
would this be acceptable for cosmic as well?
rust itself has a github workflow to weekly update dependencies, called "weekly cargo update", example:
rust-lang/rust#124213
implemented like this:
https://github.com/rust-lang/rust/blob/master/.github/workflows/dependencies.yml
would this be acceptable for cosmic as well?