Skip to content

Commit

Permalink
Downgraded rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalkrishnads committed Mar 15, 2024
1 parent 619103e commit 4316380
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.75.0 # specify the Rust version here
override: true
- name: build project
run: cargo build --release --verbose
- name: install tools
Expand Down

0 comments on commit 4316380

Please sign in to comment.