diff --git a/.github/workflows/node-hub-ci-cd.yml b/.github/workflows/node-hub-ci-cd.yml index a5a8910b..39f901ec 100644 --- a/.github/workflows/node-hub-ci-cd.yml +++ b/.github/workflows/node-hub-ci-cd.yml @@ -77,11 +77,6 @@ jobs: toolchain: stable override: true - - name: Update Rust - run: | - rustup update stable - rustup override set stable - - name: Run Linting and Tests ## Run Linting and testing only on Mac for release workflows. if: runner.os == 'Linux' || github.event_name == 'workflow_dispatch' || (github.event_name == 'release' && startsWith(github.ref, 'refs/tags/')) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 509f3ab0..ce2ca464 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.81" +channel = "1.84" components = ["rustfmt", "clippy"]