Skip to content

Commit

Permalink
rust 1.81
Browse files Browse the repository at this point in the history
  • Loading branch information
rustdesk committed Jan 20, 2025
1 parent b9e5968 commit e251161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: "1.70.0"
toolchain: "1.81"
override: true
default: true
components: rustfmt
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: "1.70.0"
toolchain: "1.81"
override: true
default: true
components: rustfmt
Expand Down

0 comments on commit e251161

Please sign in to comment.