diff --git a/.github/workflows/task-check-licenses.yml b/.github/workflows/task-check-licenses.yml index 7be04835..117481c4 100644 --- a/.github/workflows/task-check-licenses.yml +++ b/.github/workflows/task-check-licenses.yml @@ -14,7 +14,7 @@ jobs: - name: Install Rust toolchain uses: actions-rs/toolchain@v1 with: - toolchain: 1.90.0 + toolchain: 1.88.0 override: true - name: Verify Licenses working-directory: operator diff --git a/operator/rust-toolchain.toml b/operator/rust-toolchain.toml index 2a939deb..d2b485d3 100644 --- a/operator/rust-toolchain.toml +++ b/operator/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "1.90.0" +channel = "1.88.0" components = [ "cargo", "clippy",