toolchain icon indicating copy to clipboard operation
toolchain copied to clipboard

🛠️ GitHub Action for `rustup` commands

Results 58 toolchain issues
Sort by recently updated
recently updated
newest added

Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.1.4 to 3.4.0. Changelog Sourced from eslint-plugin-prettier's changelog. v3.4.0 (2021-04-15) feat: support processor virtual filename (#401) (ee0ccc6) Simplify report logic (#380) (d993f24) Update: README.md (#375) (3ea4242) v3.3.1...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.3. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Prototype Pollution Overview The npm package y18n before versions...

dependencies
security

Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 8.0.0 to 8.0.2. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. OS Command Injection in node-notifier This affects the package...

dependencies
security

In rust-analyzer's CI, we are seeing rustup running out of memory frequently: https://github.com/rust-analyzer/rust-analyzer/runs/2655689554#step:4:31 I think this should be fixed with the most recent rustup: https://blog.rust-lang.org/2021/05/17/Rustup-1.24.2.html So I think that I'd...

enhancement

## Description Mystery error. I am really not sure what is going on here. I had a CI pipeline that worked. Then we changed the AWS Instance type of the...

bug

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Regular Expression Denial of Service in hosted-git-info The npm...

dependencies
security

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Command Injection in lodash lodash versions prior to 4.17.21...

dependencies
security

So, I have a workflow with a [relatively big build matrix composed of many short jobs](https://github.com/HadrienG2/3photons-rust/runs/431910644). As a result, toolchain downloads are one of the CI perf bottlenecks, which leads...

Do the checklist before filing an issue: * [x] Is this related to the `actions-rs` Actions? If you think it's a problem related to Github Actions in general, use GitHub...

enhancement

Hello everyone. I've gotten a lot of use out of this action, including in https://github.com/purestake/moonbeam . We are intending to upgrade our `rust-toolchain` file to use the new complete toml...

bug