Skip to content

Commit c0fc85d

Browse files
committed
gah
1 parent 4a2c7cf commit c0fc85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
# Check if the lockfile requires updating.
2121
# See: https://users.rust-lang.org/t/check-if-the-cargo-lock-is-up-to-date-without-building-anything/91048/6
22-
- run: cargo update --dry-run
22+
- run: cargo update -w --locked
2323
working-directory: bindings/rust
2424

2525
- run: cargo test

0 commit comments

Comments
 (0)