fix: fix build

This commit is contained in:
Ruben Fiszel
2024-06-26 18:24:47 +02:00
parent e38f7e6e82
commit 17c586ed8f
3 changed files with 93 additions and 64 deletions

View File

@@ -17,5 +17,8 @@ jobs:
with:
toolchain: stable
- name: update lockfile
run: cd backend && cargo generate-lockfile
run: |
cd backend
cargo generate-lockfile
cargo update -p bit-vec@0.7.0 --precise 0.6.3
- uses: stefanzweifel/git-auto-commit-action@v4