Skip to content

Commit

Permalink
change Rust version to stable in CI configuration
Browse files Browse the repository at this point in the history
The Rust version in the CI configuration has been changed from nightly to stable. This update was made to ensure a more stable and predictable build environment for the project.
  • Loading branch information
1zun4 committed Jul 17, 2023
1 parent 6395159 commit 90860e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
with:
node-version: 16

- name: install Rust nightly
uses: dtolnay/rust-toolchain@nightly
- name: install Rust
uses: dtolnay/rust-toolchain@stable

- name: install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-latest'
Expand Down

0 comments on commit 90860e3

Please sign in to comment.