Update .github/workflows/main.yml

This commit is contained in:
Evann Regnault 2024-03-31 15:40:48 +00:00
parent 6d70aece3a
commit 6d54bcf15f

View file

@ -28,6 +28,8 @@ jobs:
- name: Install Rust ToolChain
uses: https://github.com/actions-rs/toolchain@v1
with:
toolchain: stable
- name: Install cargo-semver
uses: https://github.com/actions-rs/install@v0.1.2