Skip to content

Commit

Permalink
update rust
Browse files Browse the repository at this point in the history
update rustup due to `let-else` from 1.65.0
  • Loading branch information
dolphin2410 authored Nov 17, 2022
1 parent 2299f2c commit ed3bdb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-
- name: Update Rust
run: rustup update # msrv 1.65.0
- name: build
run: cargo build --release
- name: Upload Artifact
Expand Down

0 comments on commit ed3bdb1

Please sign in to comment.