Skip to content

Commit

Permalink
use rust-toolchain.toml (#110)
Browse files Browse the repository at this point in the history
* use rust-toolchain.toml

* fix action

* fix

* fix
  • Loading branch information
ermalkaleci authored Oct 3, 2023
1 parent c5fe1c8 commit f175443
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install toolchain
uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2023-08-16
components: rustfmt, clippy
uses: dtolnay/rust-toolchain@stable
- uses: actions/checkout@v3
with:
submodules: recursive
Expand Down
3 changes: 3 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[toolchain]
channel = "nightly-2023-08-16"
components = ["rustfmt", "clippy"]

0 comments on commit f175443

Please sign in to comment.