diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0dd107b..5b00174 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.94 + toolchain: 1.95 components: cargo - name: Extract Version from Cargo.toml diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index eca5b9d..0198b02 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.94 + - name: Install Rust 1.95 uses: actions-rs/toolchain@v1 with: - toolchain: 1.94 + toolchain: 1.95 components: clippy, rustfmt override: true