Compare commits

...

1 Commits
main ... v0.3.0

Author SHA1 Message Date
e4eac238ff
build: specify rust stable for github actions 2023-10-21 19:37:25 -07:00

View File

@ -28,6 +28,7 @@ jobs:
with:
RUSTTARGET: ${{ matrix.target }}
ARCHIVE_TYPES: ${{ matrix.archive }}
TOOLCHAIN_VERSION: stable
- name: Upload artifact
uses: actions/upload-artifact@v3
with: