Skip to content

Commit 04c661d

Browse files
committed
Update simpleguest and callbackguest Cargo.lock
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent 42577f5 commit 04c661d

File tree

3 files changed

+24
-10
lines changed

3 files changed

+24
-10
lines changed

.github/workflows/dep_rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
- name: Ensure up-to-date Cargo.lock
5050
run: |
5151
cargo fetch --locked
52-
cd src/tests/rust_guests/simpleguest/ && cargo fetch --locked
53-
cd src/tests/rust_guests/callbackguest/ && cargo fetch --locked
52+
cargo fetch --manifest-path src/tests/rust_guests/simpleguest/Cargo.toml --locked
53+
cargo fetch --manifest-path src/tests/rust_guests/callbackguest/Cargo.toml --locked
5454
5555
- name: Get gh action service name
5656
if: ${{ (runner.os == 'Windows' )}}

src/tests/rust_guests/callbackguest/Cargo.lock

Lines changed: 11 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/tests/rust_guests/simpleguest/Cargo.lock

Lines changed: 11 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)