[Crate] Fix github workflow ci

This commit is contained in:
CosminPerRam 2023-06-06 23:34:59 +03:00
parent 4a8ad7c3dc
commit bfa2c9826f

View file

@ -22,6 +22,7 @@ jobs:
- name: Run Tests
run: cargo test --verbose
- name: Install MSRV
uses: actions-rs/toolchain@v1
with:
toolchain: 1.60.0
override: true