Skip to content

Commit

Permalink
ci: fix Rust build errors in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
b-fuze committed May 24, 2021
1 parent f2765f1 commit 8a026b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@ jobs:
- name: Install rust
uses: hecrj/setup-rust-action@v1
with:
rust-version: "1.43.1"
rust-version: "1.50.0"

- name: Log versions
run: |
# node -v
rustc --version
cargo --version
Expand Down

0 comments on commit 8a026b6

Please sign in to comment.