Skip to content

Commit

Permalink
[ISSUE #177]Add rust-toolchain.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsm authored Feb 28, 2024
1 parent 15b2ac2 commit 7755952
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@main
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: stable
default: true
- name: Set up cargo cache
uses: actions/cache@v3
Expand Down
2 changes: 2 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[toolchain]
channel = "stable"

0 comments on commit 7755952

Please sign in to comment.