diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af6b55d..0dd107b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - name: Install Rust uses: actions-rs/toolchain@v1 with: - toolchain: 1.90.0 + toolchain: 1.94 components: cargo - name: Extract Version from Cargo.toml diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 1bfa252..be24de4 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -27,10 +27,10 @@ jobs: steps: - uses: actions/checkout@v5 - - name: Install Rust 1.90.0 + - name: Install Rust 1.94 uses: actions-rs/toolchain@v1 with: - toolchain: 1.90.0 + toolchain: 1.94 components: clippy, rustfmt override: true