fixed CI rust dep version mismatch
Some checks failed
dev release / build (push) Failing after 8m50s

This commit is contained in:
Breadway 2026-08-03 12:59:00 +08:00
parent c60f3abf07
commit c462f89934
3 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ jobs:
- name: build inside container
run: |
podman run --rm \
docker run --rm \
-v "$(pwd)/src:/workspace" \
-w /workspace \
fedora:41 \

View file

@ -22,7 +22,7 @@ jobs:
- name: build inside container
run: |
podman run --rm \
docker run --rm \
-v "$(pwd)/src:/workspace" \
-w /workspace \
fedora:41 \

View file

@ -18,7 +18,7 @@ jobs:
- name: build inside container
run: |
podman run --rm \
docker run --rm \
-v "$(pwd)/src:/workspace" \
-w /workspace \
fedora:41 \