diff --git a/.github/workflows/sync-lockfiles.yml b/.github/workflows/sync-lockfiles.yml index 876fc3d..f557284 100644 --- a/.github/workflows/sync-lockfiles.yml +++ b/.github/workflows/sync-lockfiles.yml @@ -99,6 +99,9 @@ jobs: if: ${{ matrix.dependant == 'zenoh-c' }} run: cp Cargo.lock build-resources/opaque-types/Cargo.lock + - name: cargo update ${{ matrix.dependant }} + run: cargo update zenoh + - name: Rectify lockfile # NOTE: Checking the package for errors will rectify the Cargo.lock while preserving # the dependency versions fetched from source.