toolchain stable

This commit is contained in:
aniketfuryrocks 2023-07-14 13:47:35 +05:30
parent 276f3262dd
commit 7be62c1d37
No known key found for this signature in database
GPG Key ID: 1B75EA596D89FF06
1 changed files with 2 additions and 1 deletions

View File

@ -17,10 +17,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
# setup rust with stable toolchain
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- name: Build and test
run: |