Skip to content

Commit

Permalink
Merge pull request #53 from ArazAbishov/araz/using-specific-rust-version
Browse files Browse the repository at this point in the history
Setting a specific version of Rust to use on GitHub actions
  • Loading branch information
arazabishov authored Apr 4, 2020
2 parents f6394eb + e946888 commit 40b68a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: 1.41.1
components: rustfmt, clippy
override: true
- uses: actions-rs/cargo@v1
name: Checking code style
Expand Down

0 comments on commit 40b68a2

Please sign in to comment.