Skip to content

Commit

Permalink
CI: update Rust 1.66.1 => 1.71.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraettinger committed Aug 10, 2023
1 parent 57b7149 commit d9af413
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
default: true
toolchain: 1.66.1
toolchain: 1.71.1
- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.66.1
toolchain: 1.71.1
default: true
target: x86_64-unknown-linux-musl
- name: Install Protoc
Expand Down

0 comments on commit d9af413

Please sign in to comment.