Skip to content

Commit

Permalink
WIP try with 1.70.0 before reporting bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ydirson committed Oct 2, 2023
1 parent c8d9d40 commit fc37ad9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.71
toolchain: 1.70.0
override: true
- name: Installing dependency packages
run: sudo apt update && sudo apt install -y libxen-dev protobuf-compiler
Expand All @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.70
toolchain: 1.70.0
override: true
- name: Installing dependency packages
run: sudo apt update && sudo apt install -y libxen-dev protobuf-compiler
Expand Down

0 comments on commit fc37ad9

Please sign in to comment.